Endpoint Deployment Config Blue Green Update Policy Traffic Routing Configuration Args
data class EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationArgs(val canarySize: Output<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySizeArgs>? = null, val linearStepSize: Output<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSizeArgs>? = null, val type: Output<String>, val waitIntervalInSeconds: Output<Int>) : ConvertibleToJava<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationArgs>
Constructors
Link copied to clipboard
constructor(canarySize: Output<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySizeArgs>? = null, linearStepSize: Output<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSizeArgs>? = null, type: Output<String>, waitIntervalInSeconds: Output<Int>)
Properties
Link copied to clipboard
val canarySize: Output<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySizeArgs>? = null
Batch size for the first step to turn on traffic on the new endpoint fleet. Value must be less than or equal to 50% of the variant's total instance count. See Canary Size.
Link copied to clipboard
val linearStepSize: Output<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSizeArgs>? = null
Batch size for each step to turn on traffic on the new endpoint fleet. Value must be 10-50% of the variant's total instance count. See Linear Step Size.
Link copied to clipboard
The waiting time (in seconds) between incremental steps to turn on traffic on the new endpoint fleet. Valid values are between 0
and 3600
.