EndpointDeploymentConfigBlueGreenUpdatePolicy

data class EndpointDeploymentConfigBlueGreenUpdatePolicy(val maximumExecutionTimeoutInSeconds: Int? = null, val terminationWaitInSeconds: Int? = null, val trafficRoutingConfiguration: EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration)

Constructors

constructor(maximumExecutionTimeoutInSeconds: Int? = null, terminationWaitInSeconds: Int? = null, trafficRoutingConfiguration: EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is 0. Valid values are between 0 and 3600.

Link copied to clipboard

Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment. See Traffic Routing Configuration.