Amazon Control Tower · JSON Structure

Enabled Baseline Structure

An enabled baseline for a target organizational unit.

Type: object Properties: 6
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

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

Properties

arn baselineIdentifier baselineVersion parameters statusSummary targetIdentifier

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-control-tower/refs/heads/main/json-structure/enabled-baseline-structure.json",
  "name": "EnabledBaseline",
  "description": "An enabled baseline for a target organizational unit.",
  "type": "object",
  "properties": {
    "arn": {
      "type": "string",
      "description": "The ARN of the enabled baseline.",
      "example": "arn:aws:controltower:us-east-1:123456789012:enabledbaseline/a1b2c3d4EXAMPLE"
    },
    "baselineIdentifier": {
      "type": "string",
      "description": "The baseline ARN."
    },
    "baselineVersion": {
      "type": "string",
      "description": "The version of the baseline.",
      "example": "2.0"
    },
    "parameters": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EnabledBaselineParameter"
      }
    },
    "statusSummary": {
      "type": "object",
      "properties": {
        "lastOperationIdentifier": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      }
    },
    "targetIdentifier": {
      "type": "string",
      "description": "The ARN of the target organizational unit."
    }
  }
}