Deployment Canary Setting Args
data class DeploymentCanarySettingArgs(val percentTraffic: Output<Double>? = null, val stageVariableOverrides: Output<Any>? = null, val useStageCache: Output<Boolean>? = null) : ConvertibleToJava<DeploymentCanarySettingArgs>
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 DeploymentCanarySettingArgs(percentTraffic: Output<Double>? = null, stageVariableOverrides: Output<Any>? = null, useStageCache: Output<Boolean>? = null)