Uses of Class
software.amazon.awscdk.services.apigateway.CfnStage.Builder
Packages that use CfnStage.Builder
-
Uses of CfnStage.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return CfnStage.BuilderModifier and TypeMethodDescriptionCfnStage.Builder.accessLogSetting(IResolvable accessLogSetting) Access log settings, including the access log format and access log destination ARN.CfnStage.Builder.accessLogSetting(CfnStage.AccessLogSettingProperty accessLogSetting) Access log settings, including the access log format and access log destination ARN.CfnStage.Builder.cacheClusterEnabled(Boolean cacheClusterEnabled) Specifies whether a cache cluster is enabled for the stage.CfnStage.Builder.cacheClusterEnabled(IResolvable cacheClusterEnabled) Specifies whether a cache cluster is enabled for the stage.CfnStage.Builder.cacheClusterSize(String cacheClusterSize) The stage's cache capacity in GB.CfnStage.Builder.canarySetting(IResolvable canarySetting) Settings for the canary deployment in this stage.CfnStage.Builder.canarySetting(CfnStage.CanarySettingProperty canarySetting) Settings for the canary deployment in this stage.CfnStage.Builder.clientCertificateId(String clientCertificateId) The identifier of a client certificate for an API stage.static CfnStage.BuilderCfnStage.Builder.deploymentId(String deploymentId) The identifier of the Deployment that the stage points to.CfnStage.Builder.description(String description) The stage's description.CfnStage.Builder.documentationVersion(String documentationVersion) The version of the associated API documentation.CfnStage.Builder.methodSettings(List<? extends Object> methodSettings) A map that defines the method settings for a Stage resource.CfnStage.Builder.methodSettings(IResolvable methodSettings) A map that defines the method settings for a Stage resource.The string identifier of the associated RestApi.The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway.The collection of tags.CfnStage.Builder.tracingEnabled(Boolean tracingEnabled) Specifies whether active tracing with X-ray is enabled for the Stage.CfnStage.Builder.tracingEnabled(IResolvable tracingEnabled) Specifies whether active tracing with X-ray is enabled for the Stage.A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value.CfnStage.Builder.variables(IResolvable variables) A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value.