EventTargetEcsTargetPlacementConstraint class
Constructors
-
EventTargetEcsTargetPlacementConstraint({Input<
String?> ? expression, required Input<String> type}) -
Creates a new EventTargetEcsTargetPlacementConstraint.
expressionCluster Query Language expression to apply to the constraint. Does not need to be specified for thedistinctInstancetype. For more information, see Cluster Query Language in the Amazon EC2 Container Service Developer Guide.typeType of constraint. The only valid values at this time arememberOfanddistinctInstance.const -
EventTargetEcsTargetPlacementConstraint.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
expression
→ Input<
String?> ? -
Cluster Query Language expression to apply to the constraint. Does not need to be specified for the
distinctInstancetype. For more information, see Cluster Query Language in the Amazon EC2 Container Service Developer Guide.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ Input<
String> -
Type of constraint. The only valid values at this time are
memberOfanddistinctInstance.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited