Amazon ECS · Schema

CapacityProvider

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
capacityProviderArn string
name string
status string
updateStatus string
updateStatusReason string
tags array
View JSON Schema on GitHub

JSON Schema

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