| Modifier and Type | Method and Description |
|---|---|
CfnStage.Builder |
accessLogSettings(CfnStage.AccessLogSettingsProperty accessLogSettings)
`AWS::ApiGatewayV2::Stage.AccessLogSettings`.
|
CfnStage.Builder |
accessLogSettings(IResolvable accessLogSettings)
`AWS::ApiGatewayV2::Stage.AccessLogSettings`.
|
CfnStage.Builder |
accessPolicyId(String accessPolicyId)
`AWS::ApiGatewayV2::Stage.AccessPolicyId`.
|
CfnStage.Builder |
apiId(String apiId)
`AWS::ApiGatewayV2::Stage.ApiId`.
|
CfnStage.Builder |
autoDeploy(Boolean autoDeploy)
`AWS::ApiGatewayV2::Stage.AutoDeploy`.
|
CfnStage.Builder |
autoDeploy(IResolvable autoDeploy)
`AWS::ApiGatewayV2::Stage.AutoDeploy`.
|
CfnStage |
build() |
CfnStage.Builder |
clientCertificateId(String clientCertificateId)
`AWS::ApiGatewayV2::Stage.ClientCertificateId`.
|
static CfnStage.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStage.Builder |
defaultRouteSettings(CfnStage.RouteSettingsProperty defaultRouteSettings)
`AWS::ApiGatewayV2::Stage.DefaultRouteSettings`.
|
CfnStage.Builder |
defaultRouteSettings(IResolvable defaultRouteSettings)
`AWS::ApiGatewayV2::Stage.DefaultRouteSettings`.
|
CfnStage.Builder |
deploymentId(String deploymentId)
`AWS::ApiGatewayV2::Stage.DeploymentId`.
|
CfnStage.Builder |
description(String description)
`AWS::ApiGatewayV2::Stage.Description`.
|
CfnStage.Builder |
routeSettings(Object routeSettings)
`AWS::ApiGatewayV2::Stage.RouteSettings`.
|
CfnStage.Builder |
stageName(String stageName)
`AWS::ApiGatewayV2::Stage.StageName`.
|
CfnStage.Builder |
stageVariables(Object stageVariables)
`AWS::ApiGatewayV2::Stage.StageVariables`.
|
CfnStage.Builder |
tags(Object tags)
`AWS::ApiGatewayV2::Stage.Tags`.
|
@Stability(value=Stable) public static CfnStage.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnStage.AccessLogSettingsProperty.Builder.@Stability(value=Stable) public CfnStage.Builder apiId(String apiId)
apiId - `AWS::ApiGatewayV2::Stage.ApiId`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder stageName(String stageName)
stageName - `AWS::ApiGatewayV2::Stage.StageName`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder accessLogSettings(CfnStage.AccessLogSettingsProperty accessLogSettings)
accessLogSettings - `AWS::ApiGatewayV2::Stage.AccessLogSettings`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder accessLogSettings(IResolvable accessLogSettings)
accessLogSettings - `AWS::ApiGatewayV2::Stage.AccessLogSettings`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder accessPolicyId(String accessPolicyId)
accessPolicyId - `AWS::ApiGatewayV2::Stage.AccessPolicyId`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder autoDeploy(Boolean autoDeploy)
autoDeploy - `AWS::ApiGatewayV2::Stage.AutoDeploy`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder autoDeploy(IResolvable autoDeploy)
autoDeploy - `AWS::ApiGatewayV2::Stage.AutoDeploy`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder clientCertificateId(String clientCertificateId)
clientCertificateId - `AWS::ApiGatewayV2::Stage.ClientCertificateId`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder defaultRouteSettings(CfnStage.RouteSettingsProperty defaultRouteSettings)
defaultRouteSettings - `AWS::ApiGatewayV2::Stage.DefaultRouteSettings`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder defaultRouteSettings(IResolvable defaultRouteSettings)
defaultRouteSettings - `AWS::ApiGatewayV2::Stage.DefaultRouteSettings`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder deploymentId(String deploymentId)
deploymentId - `AWS::ApiGatewayV2::Stage.DeploymentId`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder description(String description)
description - `AWS::ApiGatewayV2::Stage.Description`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder routeSettings(Object routeSettings)
routeSettings - `AWS::ApiGatewayV2::Stage.RouteSettings`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder stageVariables(Object stageVariables)
stageVariables - `AWS::ApiGatewayV2::Stage.StageVariables`. This parameter is required.this@Stability(value=Stable) public CfnStage.Builder tags(Object tags)
tags - `AWS::ApiGatewayV2::Stage.Tags`. This parameter is required.thisCopyright © 2021. All rights reserved.