Aws Api Gateway Stage Properties Args
/* Definition of awsApiGatewayStage
Constructors
Properties
Access log settings, including the access log format and access log destination ARN. The `AccessLogSetting`
property type specifies settings for logging access in this stage. `AccessLogSetting`
is a property of the AWS::ApiGateway::Stage resource.
Specifies whether a cache cluster is enabled for the stage.
The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
The identifier of a client certificate for an API stage.
The identifier of the Deployment that the stage points to.
The stage's description.
The version of the associated API documentation.
A map that defines the method settings for a Stage resource. Keys (designated as `/{method_setting_key`
below) are method paths defined as `{resource_path}/{http_method}`
for an individual method override, or `/\*/\*`
for overriding all methods in the stage.
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. Variable names are limited to alphanumeric characters. Values must match the following regular expression: `[A-Za-z0-9-._~:/?#&=,]+`
.