Struct aws_sdk_codedeploy::model::target_group_pair_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TargetGroupPairInfo
Implementations
Appends an item to target_groups
.
To override the contents of this collection use set_target_groups
.
One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.
One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.
The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.
The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.
An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.
An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.
Consumes the builder and constructs a TargetGroupPairInfo
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