Struct rusoto_codedeploy::BlueInstanceTerminationOption [] [src]

pub struct BlueInstanceTerminationOption {
    pub action: Option<String>,
    pub termination_wait_time_in_minutes: Option<i64>,
}

Information about whether instances in the original environment are terminated when a blue/green deployment is successful.

Fields

The action to take on instances in the original environment after a successful blue/green deployment.

  • TERMINATE: Instances are terminated after a specified wait time.

  • KEEP_ALIVE: Instances are left running after they are deregistered from the load balancer and removed from the deployment group.

The number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.

Trait Implementations

impl Default for BlueInstanceTerminationOption
[src]

[src]

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

impl Debug for BlueInstanceTerminationOption
[src]

[src]

Formats the value using the given formatter.

impl Clone for BlueInstanceTerminationOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more