Struct rusoto_codedeploy::BlueGreenDeploymentConfiguration [] [src]

pub struct BlueGreenDeploymentConfiguration {
    pub deployment_ready_option: Option<DeploymentReadyOption>,
    pub green_fleet_provisioning_option: Option<GreenFleetProvisioningOption>,
    pub terminate_blue_instances_on_deployment_success: Option<BlueInstanceTerminationOption>,
}

Information about blue/green deployment options for a deployment group.

Fields

Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.

Information about how instances are provisioned for a replacement environment in a blue/green deployment.

Information about whether to terminate instances in the original fleet during a blue/green deployment.

Trait Implementations

impl Default for BlueGreenDeploymentConfiguration
[src]

[src]

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

impl Debug for BlueGreenDeploymentConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Clone for BlueGreenDeploymentConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more