TaskDefinitionPlacementConstraint
public struct TaskDefinitionPlacementConstraint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A cluster query language expression to apply to the constraint. For more information, see Cluster Query Language in the Amazon Elastic Container Service Developer Guide.
Declaration
Swift
public let expression: String?
-
The type of constraint. The MemberOf constraint restricts selection to be from a group of valid candidates.
Declaration
Swift
public let type: TaskDefinitionPlacementConstraintType?
-
Undocumented
Declaration
Swift
public init(expression: String? = nil, type: TaskDefinitionPlacementConstraintType? = nil)