@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.846Z") @Stability(value=Experimental) public interface StageProps extends software.amazon.jsii.JsiiSerializable, StageOptions
DomainName domain;
RestApi restapi;
Deployment betaDeploy = Deployment.Builder.create(this, "beta-deployment")
.api(restapi)
.build();
Stage betaStage = Stage.Builder.create(this, "beta-stage")
.deployment(betaDeploy)
.build();
domain.addBasePathMapping(restapi, BasePathMappingOptions.builder().basePath("api/beta").stage(betaStage).build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
StageProps.Builder
A builder for
StageProps |
static class |
StageProps.Jsii$Proxy
An implementation for
StageProps |
| Modifier and Type | Method and Description |
|---|---|
static StageProps.Builder |
builder() |
Deployment |
getDeployment()
(experimental) The deployment that this stage points to [disable-awslint:ref-via-interface].
|
getAccessLogDestination, getAccessLogFormat, getCacheClusterEnabled, getCacheClusterSize, getClientCertificateId, getDescription, getDocumentationVersion, getMethodOptions, getStageName, getTracingEnabled, getVariablesgetCacheDataEncrypted, getCacheTtl, getCachingEnabled, getDataTraceEnabled, getLoggingLevel, getMetricsEnabled, getThrottlingBurstLimit, getThrottlingRateLimit@Stability(value=Experimental) @NotNull Deployment getDeployment()
@Stability(value=Experimental) static StageProps.Builder builder()
builder in interface MethodDeploymentOptionsbuilder in interface StageOptionsStageProps.Builder of StagePropsCopyright © 2022. All rights reserved.