AwsApiGatewayCanarySettings
Contains information about settings for canary deployment in the stage.
Contents
- DeploymentId
-
The deployment identifier for the canary deployment.
Type: String
Pattern:
.*\S.*
Required: No
- PercentTraffic
-
The percentage of traffic that is diverted to a canary deployment.
Type: Double
Required: No
- StageVariableOverrides
-
Stage variables that are overridden in the canary release deployment. The variables include new stage variables that are introduced in the canary.
Each variable is represented as a string-to-string map between the stage variable name and the variable value.
Type: String to string map
Key Pattern:
.*\S.*
Value Pattern:
.*\S.*
Required: No
- UseStageCache
-
Indicates whether the canary deployment uses the stage cache.
Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: