Amazon ECS · Schema

PlacementStrategy

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
type string The type of placement strategy.
field string The field to apply the placement strategy against.
View JSON Schema on GitHub

JSON Schema

amazon-ecs-placement-strategy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PlacementStrategy",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of placement strategy."
    },
    "field": {
      "type": "string",
      "description": "The field to apply the placement strategy against."
    }
  }
}