Struct aws_sdk_ecs::model::placement_constraint::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PlacementConstraint
Implementations
The type of constraint. Use distinctInstance
to ensure that each task in
a particular group is running on a different container instance. Use
memberOf
to restrict the selection to a group of valid
candidates.
The type of constraint. Use distinctInstance
to ensure that each task in
a particular group is running on a different container instance. Use
memberOf
to restrict the selection to a group of valid
candidates.
A cluster query language expression to apply to the constraint. The expression can
have a maximum length of 2000 characters. You can't specify an expression if the
constraint type is distinctInstance
. For more information, see Cluster query language in the
Amazon Elastic Container Service Developer Guide.
A cluster query language expression to apply to the constraint. The expression can
have a maximum length of 2000 characters. You can't specify an expression if the
constraint type is distinctInstance
. For more information, see Cluster query language in the
Amazon Elastic Container Service Developer Guide.
Consumes the builder and constructs a PlacementConstraint
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