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