Struct aws_sdk_codedeploy::model::target_instances::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TargetInstances
Implementations
Appends an item to tag_filters
.
To override the contents of this collection use set_tag_filters
.
The tag filter key, type, and value used to identify Amazon EC2 instances in a
replacement environment for a blue/green deployment. Cannot be used in the same call as
ec2TagSet
.
The tag filter key, type, and value used to identify Amazon EC2 instances in a
replacement environment for a blue/green deployment. Cannot be used in the same call as
ec2TagSet
.
Appends an item to auto_scaling_groups
.
To override the contents of this collection use set_auto_scaling_groups
.
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.
The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.
Information about the groups of EC2 instance tags that an instance must be identified
by in order for it to be included in the replacement environment for a blue/green
deployment. Cannot be used in the same call as tagFilters
.
Information about the groups of EC2 instance tags that an instance must be identified
by in order for it to be included in the replacement environment for a blue/green
deployment. Cannot be used in the same call as tagFilters
.
Consumes the builder and constructs a TargetInstances
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