Amazon ECS · Schema

TaskDefinitionPlacementConstraint

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
type string The type of constraint.
expression string A cluster query language expression to apply to the constraint.
View JSON Schema on GitHub

JSON Schema

amazon-ecs-task-definition-placement-constraint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TaskDefinitionPlacementConstraint",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of constraint."
    },
    "expression": {
      "type": "string",
      "description": "A cluster query language expression to apply to the constraint."
    }
  }
}