DeploymentConfigTimeBasedCanaryArgs

data class DeploymentConfigTimeBasedCanaryArgs(val canaryInterval: Output<Int>, val canaryPercentage: Output<Int>) : ConvertibleToJava<DeploymentConfigTimeBasedCanaryArgs>

Constructors

Link copied to clipboard
fun DeploymentConfigTimeBasedCanaryArgs(canaryInterval: Output<Int>, canaryPercentage: Output<Int>)

Functions

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

Properties

Link copied to clipboard
val canaryInterval: Output<Int>
Link copied to clipboard
val canaryPercentage: Output<Int>