EndpointDeploymentConfigBlueGreenUpdatePolicyArgs

data class EndpointDeploymentConfigBlueGreenUpdatePolicyArgs(val maximumExecutionTimeoutInSeconds: Output<Int>? = null, val terminationWaitInSeconds: Output<Int>? = null, val trafficRoutingConfiguration: Output<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationArgs>) : ConvertibleToJava<EndpointDeploymentConfigBlueGreenUpdatePolicyArgs>

Constructors

fun EndpointDeploymentConfigBlueGreenUpdatePolicyArgs(maximumExecutionTimeoutInSeconds: Output<Int>? = null, terminationWaitInSeconds: Output<Int>? = null, trafficRoutingConfiguration: Output<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationArgs>)

Functions

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

Properties