Amazon ECS · JSON Structure

Amazon Ecs Create Cluster Request Structure

Type: object Properties: 5
AmazonAwsContainersDockerEcsOrchestration

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

Properties

clusterName capacityProviders defaultCapacityProviderStrategy settings tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateClusterRequest",
  "type": "object",
  "properties": {
    "clusterName": {
      "type": "string"
    },
    "capacityProviders": {
      "type": "array"
    },
    "defaultCapacityProviderStrategy": {
      "type": "array"
    },
    "settings": {
      "type": "array"
    },
    "tags": {
      "type": "array"
    }
  }
}