CustomCanaryDeploymentArgs

data class CustomCanaryDeploymentArgs(val phaseConfigs: Output<List<PhaseConfigArgs>>) : ConvertibleToJava<CustomCanaryDeploymentArgs>

CustomCanaryDeployment represents the custom canary deployment configuration.

Constructors

Link copied to clipboard
constructor(phaseConfigs: Output<List<PhaseConfigArgs>>)

Properties

Link copied to clipboard

Configuration for each phase in the canary deployment in the order executed.

Functions

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