Stage Args
data class StageArgs(val accessLogSetting: Output<StageAccessLogSettingArgs>? = null, val cacheClusterEnabled: Output<Boolean>? = null, val cacheClusterSize: Output<String>? = null, val canarySetting: Output<StageCanarySettingArgs>? = null, val clientCertificateId: Output<String>? = null, val deploymentId: Output<String>? = null, val description: Output<String>? = null, val documentationVersion: Output<String>? = null, val methodSettings: Output<List<StageMethodSettingArgs>>? = null, val restApiId: Output<String>? = null, val stageName: Output<String>? = null, val tags: Output<List<StageTagArgs>>? = null, val tracingEnabled: Output<Boolean>? = null, val variables: Output<Any>? = null) : ConvertibleToJava<StageArgs>
/* The `AWS::ApiGateway::Stage`
resource creates a stage for a deployment.
Constructors
Link copied to clipboard
fun StageArgs(accessLogSetting: Output<StageAccessLogSettingArgs>? = null, cacheClusterEnabled: Output<Boolean>? = null, cacheClusterSize: Output<String>? = null, canarySetting: Output<StageCanarySettingArgs>? = null, clientCertificateId: Output<String>? = null, deploymentId: Output<String>? = null, description: Output<String>? = null, documentationVersion: Output<String>? = null, methodSettings: Output<List<StageMethodSettingArgs>>? = null, restApiId: Output<String>? = null, stageName: Output<String>? = null, tags: Output<List<StageTagArgs>>? = null, tracingEnabled: Output<Boolean>? = null, variables: Output<Any>? = null)
Functions
Properties
Link copied to clipboard
The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard