EndpointBlueGreenUpdatePolicyArgs

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

Constructors

Link copied to clipboard
constructor(maximumExecutionTimeoutInSeconds: Output<Int>? = null, terminationWaitInSeconds: Output<Int>? = null, trafficRoutingConfiguration: Output<EndpointTrafficRoutingConfigArgs>)

Properties

Link copied to clipboard

The maximum time allowed for the blue/green update, in seconds.

Link copied to clipboard
val terminationWaitInSeconds: Output<Int>? = null

The wait time before terminating the old endpoint during a blue/green deployment.

Link copied to clipboard

The traffic routing configuration for the blue/green deployment.

Functions

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