DeploymentCanarySettingsArgs

data class DeploymentCanarySettingsArgs(val percentTraffic: Output<Double>? = null, val stageVariableOverrides: Output<Map<String, String>>? = null, val useStageCache: Output<Boolean>? = null) : ConvertibleToJava<DeploymentCanarySettingsArgs>

The `DeploymentCanarySettings` property type specifies settings for the canary deployment.

Constructors

Link copied to clipboard
constructor(percentTraffic: Output<Double>? = null, stageVariableOverrides: Output<Map<String, String>>? = null, useStageCache: Output<Boolean>? = null)

Properties

Link copied to clipboard
val percentTraffic: Output<Double>? = null

The percentage (0.0-100.0) of traffic routed to the canary deployment.

Link copied to clipboard
val stageVariableOverrides: Output<Map<String, String>>? = null

A stage variable overrides used for the canary release deployment. They can override existing stage variables or add new stage variables for the canary release deployment. These stage variables are represented as a string-to-string map between stage variable names and their values.

Link copied to clipboard
val useStageCache: Output<Boolean>? = null

A Boolean flag to indicate whether the canary release deployment uses the stage cache or not.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentCanarySettingsArgs