Uses of Class
software.amazon.awscdk.services.apigatewayv2.CfnStage.Builder
Packages that use CfnStage.Builder
-
Uses of CfnStage.Builder in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return CfnStage.BuilderModifier and TypeMethodDescriptionCfnStage.Builder.accessLogSettings(IResolvable accessLogSettings) Settings for logging access in this stage.CfnStage.Builder.accessLogSettings(CfnStage.AccessLogSettingsProperty accessLogSettings) Settings for logging access in this stage.CfnStage.Builder.accessPolicyId(String accessPolicyId) This parameter is not currently supported.The API identifier.CfnStage.Builder.autoDeploy(Boolean autoDeploy) Specifies whether updates to an API automatically trigger a new deployment.CfnStage.Builder.autoDeploy(IResolvable autoDeploy) Specifies whether updates to an API automatically trigger a new deployment.CfnStage.Builder.clientCertificateId(String clientCertificateId) The identifier of a client certificate for aStage.static CfnStage.BuilderCfnStage.Builder.defaultRouteSettings(IResolvable defaultRouteSettings) The default route settings for the stage.CfnStage.Builder.defaultRouteSettings(CfnStage.RouteSettingsProperty defaultRouteSettings) The default route settings for the stage.CfnStage.Builder.deploymentId(String deploymentId) The deployment identifier for the API stage.CfnStage.Builder.description(String description) The description for the API stage.CfnStage.Builder.routeSettings(Object routeSettings) Route settings for the stage.The stage name.CfnStage.Builder.stageVariables(Object stageVariables) A map that defines the stage variables for aStage.The collection of tags.