StageCanarySettingsArgs

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

Constructors

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

Properties

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

Percent 0.0 - 100.0 of traffic to divert to the canary deployment.

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

Map of overridden stage variables (including new variables) for the canary deployment.

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

Whether the canary deployment uses the stage cache. Defaults to false.

Functions

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