EndpointBlueGreenUpdatePolicy

data class EndpointBlueGreenUpdatePolicy(val maximumExecutionTimeoutInSeconds: Int? = null, val terminationWaitInSeconds: Int? = null, val trafficRoutingConfiguration: EndpointTrafficRoutingConfig)

Constructors

Link copied to clipboard
constructor(maximumExecutionTimeoutInSeconds: Int? = null, terminationWaitInSeconds: Int? = null, trafficRoutingConfiguration: EndpointTrafficRoutingConfig)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.