Struct aws_sdk_codedeploy::model::GreenFleetProvisioningOption [−][src]
#[non_exhaustive]pub struct GreenFleetProvisioningOption {
pub action: Option<GreenFleetProvisioningAction>,
}
Expand description
Information about the instances that belong to the replacement environment in a blue/green deployment.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.action: Option<GreenFleetProvisioningAction>
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.
Implementations
Creates a new builder-style object to manufacture GreenFleetProvisioningOption
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for GreenFleetProvisioningOption
impl Sync for GreenFleetProvisioningOption
impl Unpin for GreenFleetProvisioningOption
impl UnwindSafe for GreenFleetProvisioningOption
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more