Amazon ECS · JSON Structure

Amazon Ecs Capacity Provider Structure

Type: object Properties: 6
AmazonAwsContainersDockerEcsOrchestration

CapacityProvider is a JSON Structure definition published by Amazon ECS, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

capacityProviderArn name status updateStatus updateStatusReason tags

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CapacityProvider",
  "type": "object",
  "properties": {
    "capacityProviderArn": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "updateStatus": {
      "type": "string"
    },
    "updateStatusReason": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    }
  }
}