@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:59.474Z") @Stability(value=Deprecated) @Deprecated public interface CfnStageV2Props extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
Object routeSettings;
Object stageVariables;
Object tags;
CfnStageV2Props cfnStageV2Props = CfnStageV2Props.builder()
.apiId("apiId")
.stageName("stageName")
// the properties below are optional
.accessLogSettings(AccessLogSettingsProperty.builder()
.destinationArn("destinationArn")
.format("format")
.build())
.autoDeploy(false)
.clientCertificateId("clientCertificateId")
.defaultRouteSettings(RouteSettingsProperty.builder()
.dataTraceEnabled(false)
.detailedMetricsEnabled(false)
.loggingLevel("loggingLevel")
.throttlingBurstLimit(123)
.throttlingRateLimit(123)
.build())
.deploymentId("deploymentId")
.description("description")
.routeSettings(routeSettings)
.stageVariables(stageVariables)
.tags(tags)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStageV2Props.Builder
Deprecated.
|
static class |
CfnStageV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnStageV2Props.Builder |
builder()
Deprecated.
|
default Object |
getAccessLogSettings()
Deprecated.
|
String |
getApiId()
Deprecated.
|
default Object |
getAutoDeploy()
Deprecated.
|
default String |
getClientCertificateId()
Deprecated.
|
default Object |
getDefaultRouteSettings()
Deprecated.
|
default String |
getDeploymentId()
Deprecated.
|
default String |
getDescription()
Deprecated.
|
default Object |
getRouteSettings()
Deprecated.
|
String |
getStageName()
Deprecated.
|
default Object |
getStageVariables()
Deprecated.
|
default Object |
getTags()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getApiId()
@Stability(value=Deprecated) @Deprecated @NotNull String getStageName()
@Stability(value=Deprecated) @Deprecated @Nullable default Object getAccessLogSettings()
@Stability(value=Deprecated) @Deprecated @Nullable default Object getAutoDeploy()
@Stability(value=Deprecated) @Deprecated @Nullable default String getClientCertificateId()
@Stability(value=Deprecated) @Deprecated @Nullable default Object getDefaultRouteSettings()
@Stability(value=Deprecated) @Deprecated @Nullable default String getDeploymentId()
@Stability(value=Deprecated) @Deprecated @Nullable default String getDescription()
@Stability(value=Deprecated) @Deprecated @Nullable default Object getRouteSettings()
@Stability(value=Deprecated) @Deprecated @Nullable default Object getStageVariables()
@Stability(value=Deprecated) @Deprecated @Nullable default Object getTags()
@Stability(value=Deprecated) @Deprecated static CfnStageV2Props.Builder builder()
CfnStageV2Props.Builder of CfnStageV2PropsCopyright © 2022. All rights reserved.