Deployment Stage Description
`StageDescription`
is a property of the AWS::ApiGateway::Deployment resource that configures a deployment stage.
Constructors
Types
Properties
The size of the stage's cache cluster. For more information, see cacheClusterSize in the API Gateway API Reference.
Indicates whether responses are cached and returned for requests. You must enable a cache cluster on the stage to cache responses. For more information, see Enable API Gateway Caching in a Stage to Enhance API Performance in the API Gateway Developer Guide.
The logging level for this method. For valid values, see the `loggingLevel`
property of the MethodSetting resource in the Amazon API Gateway API Reference.
The target request burst rate limit. This allows more requests through for a period of time than the target rate limit. For more information, see Manage API Request Throttling in the API Gateway Developer Guide.
The target request steady-state rate limit. For more information, see Manage API Request Throttling in the API Gateway Developer Guide.
Specifies whether active tracing with X-ray is enabled for this stage. For more information, see Trace API Gateway API Execution with X-Ray in the API Gateway Developer Guide.