Deployment Canary Setting
data class DeploymentCanarySetting(val percentTraffic: Double? = null, val stageVariableOverrides: Any? = null, val useStageCache: Boolean? = null)
The `CanarySetting`
property type specifies settings for the canary deployment in this stage. `CanarySetting`
is a property of the StageDescription property type.
Constructors
Link copied to clipboard
fun DeploymentCanarySetting(percentTraffic: Double? = null, stageVariableOverrides: Any? = null, useStageCache: Boolean? = null)