Struct rusoto_codedeploy::DeploymentReadyOption [] [src]

pub struct DeploymentReadyOption {
    pub action_on_timeout: Option<String>,
    pub wait_time_in_minutes: Option<i64>,
}

Information about how traffic is rerouted to instances in a replacement environment in a blue/green deployment.

Fields

Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.

  • CONTINUE_DEPLOYMENT: Register new instances with the load balancer immediately after the new application revision is installed on the instances in the replacement environment.

  • STOP_DEPLOYMENT: Do not register new instances with load balancer unless traffic is rerouted manually. If traffic is not rerouted manually before the end of the specified wait period, the deployment status is changed to Stopped.

The number of minutes to wait before the status of a blue/green deployment changed to Stopped if rerouting is not started manually. Applies only to the STOP_DEPLOYMENT option for actionOnTimeout

Trait Implementations

impl Default for DeploymentReadyOption
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DeploymentReadyOption
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeploymentReadyOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more