Struct aws_sdk_securityhub::model::aws_ecs_service_placement_constraints_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEcsServicePlacementConstraintsDetails
Implementations
A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance
.
A cluster query language expression to apply to the constraint. You cannot specify an expression if the constraint type is distinctInstance
.
The type of constraint. Use distinctInstance
to run each task in a particular group on a different container instance. Use memberOf
to restrict the selection to a group of valid candidates.
Valid values: distinctInstance
| memberOf
The type of constraint. Use distinctInstance
to run each task in a particular group on a different container instance. Use memberOf
to restrict the selection to a group of valid candidates.
Valid values: distinctInstance
| memberOf
Consumes the builder and constructs a AwsEcsServicePlacementConstraintsDetails
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