@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:23.248Z") @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();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-apiid@Stability(value=Deprecated) @Deprecated @NotNull String getStageName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagename@Stability(value=Deprecated) @Deprecated @Nullable default Object getAccessLogSettings()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-accesslogsettings@Stability(value=Deprecated) @Deprecated @Nullable default Object getAutoDeploy()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-autodeploy@Stability(value=Deprecated) @Deprecated @Nullable default String getClientCertificateId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-clientcertificateid@Stability(value=Deprecated) @Deprecated @Nullable default Object getDefaultRouteSettings()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-defaultroutesettings@Stability(value=Deprecated) @Deprecated @Nullable default String getDeploymentId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-deploymentid@Stability(value=Deprecated) @Deprecated @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-description@Stability(value=Deprecated) @Deprecated @Nullable default Object getRouteSettings()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-routesettings@Stability(value=Deprecated) @Deprecated @Nullable default Object getStageVariables()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-stagevariables@Stability(value=Deprecated) @Deprecated @Nullable default Object getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html#cfn-apigatewayv2-stage-tags@Stability(value=Deprecated) @Deprecated static CfnStageV2Props.Builder builder()
CfnStageV2Props.Builder of CfnStageV2PropsCopyright © 2022. All rights reserved.