TaskDefinitionPlacementConstraint

data class TaskDefinitionPlacementConstraint(val expression: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(expression: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expression: String? = null

Cluster Query Language expression to apply to the constraint. For more information, see Cluster Query Language in the Amazon EC2 Container Service Developer Guide.

Link copied to clipboard

Type of constraint. Use memberOf to restrict selection to a group of valid candidates. Note that distinctInstance is not supported in task definitions.