Amazon Fargate · JSON Structure

Amazon Fargate Account Setting Structure

An ECS account setting

Type: object Properties: 3
ComputeContainersECSEKSMicroservicesServerless

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

Properties

name value principalArn

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-account-setting-structure.json",
  "description": "An ECS account setting",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Setting name",
      "example": "containerInsights"
    },
    "value": {
      "type": "string",
      "description": "Setting value",
      "example": "enabled"
    },
    "principalArn": {
      "type": "string",
      "description": "Principal ARN",
      "example": "arn:aws:iam::123456789012:root"
    }
  },
  "name": "AccountSetting"
}