EventTargetEcsTargetPlacementConstraint class

Constructors

EventTargetEcsTargetPlacementConstraint({Input<String?>? expression, required Input<String> type})
Creates a new EventTargetEcsTargetPlacementConstraint. expression Cluster Query Language expression to apply to the constraint. Does not need to be specified for the distinctInstance type. For more information, see Cluster Query Language in the Amazon EC2 Container Service Developer Guide. type Type of constraint. The only valid values at this time are memberOf and distinctInstance.
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 distinctInstance type. 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 memberOf and distinctInstance.
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