Struct aws_sdk_codedeploy::model::blue_green_deployment_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for BlueGreenDeploymentConfiguration
Implementations
pub fn terminate_blue_instances_on_deployment_success(
self,
input: BlueInstanceTerminationOption
) -> Self
pub fn terminate_blue_instances_on_deployment_success(
self,
input: BlueInstanceTerminationOption
) -> Self
Information about whether to terminate instances in the original fleet during a blue/green deployment.
pub fn set_terminate_blue_instances_on_deployment_success(
self,
input: Option<BlueInstanceTerminationOption>
) -> Self
pub fn set_terminate_blue_instances_on_deployment_success(
self,
input: Option<BlueInstanceTerminationOption>
) -> Self
Information about whether to terminate instances in the original fleet during a blue/green deployment.
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
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.
pub fn set_green_fleet_provisioning_option(
self,
input: Option<GreenFleetProvisioningOption>
) -> Self
pub fn set_green_fleet_provisioning_option(
self,
input: Option<GreenFleetProvisioningOption>
) -> Self
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
Consumes the builder and constructs a BlueGreenDeploymentConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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