Amazon ECS · Schema

ClusterSetting

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
name string The name of the cluster setting (e.g., containerInsights).
value string The value of the cluster setting.
View JSON Schema on GitHub

JSON Schema

amazon-ecs-cluster-setting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ClusterSetting",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the cluster setting (e.g., containerInsights)."
    },
    "value": {
      "type": "string",
      "description": "The value of the cluster setting."
    }
  }
}