Deployment Canary Settings Args
data class DeploymentCanarySettingsArgs(val percentTraffic: Output<Double>? = null, val stageVariableOverrides: Output<Any>? = null, val useStageCache: Output<Boolean>? = null) : ConvertibleToJava<DeploymentCanarySettingsArgs>
The `DeploymentCanarySettings`
property type specifies settings for the canary deployment.
Constructors
Link copied to clipboard
fun DeploymentCanarySettingsArgs(percentTraffic: Output<Double>? = null, stageVariableOverrides: Output<Any>? = null, useStageCache: Output<Boolean>? = null)