Amazon ECS · Schema

ClusterConfiguration

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
executeCommandConfiguration object
managedStorageConfiguration object
View JSON Schema on GitHub

JSON Schema

amazon-ecs-cluster-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClusterConfiguration",
  "type": "object",
  "properties": {
    "executeCommandConfiguration": {
      "type": "object"
    },
    "managedStorageConfiguration": {
      "type": "object"
    }
  }
}