Struct rusoto_codedeploy::GreenFleetProvisioningOption [] [src]

pub struct GreenFleetProvisioningOption {
    pub action: Option<String>,
}

Information about the instances that belong to the replacement environment in a blue/green deployment.

Fields

The method used to add instances to a replacement environment.

  • DISCOVER_EXISTING: Use instances that already exist or will be created manually.

  • COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group.

Trait Implementations

impl Default for GreenFleetProvisioningOption
[src]

[src]

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

impl Debug for GreenFleetProvisioningOption
[src]

[src]

Formats the value using the given formatter.

impl Clone for GreenFleetProvisioningOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more