Amazon Fargate · JSON Structure

Amazon Fargate Cluster Setting Structure

A cluster setting

Type: object Properties: 2
ComputeContainersECSEKSMicroservicesServerless

ClusterSetting is a JSON Structure definition published by Amazon Fargate, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-fargate/refs/heads/main/json-structure/amazon-fargate-cluster-setting-structure.json",
  "description": "A cluster setting",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Setting name",
      "example": "containerInsights"
    },
    "value": {
      "type": "string",
      "description": "Setting value",
      "example": "enabled"
    }
  },
  "name": "ClusterSetting"
}