Amazon Control Tower · JSON Structure

Enable Baseline Response Structure

EnableBaselineResponse schema from AWS Control Tower API

Type: object Properties: 2
ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

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

Properties

arn operationIdentifier

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/enable-baseline-response-structure.json",
  "name": "EnableBaselineResponse",
  "description": "EnableBaselineResponse schema from AWS Control Tower API",
  "type": "object",
  "properties": {
    "arn": {
      "type": "string",
      "description": "The ARN of the EnabledBaseline resource.",
      "example": "arn:aws:controltower:us-east-1:123456789012:enabledbaseline/a1b2c3d4EXAMPLE"
    },
    "operationIdentifier": {
      "type": "string",
      "description": "The identifier of the asynchronous operation.",
      "example": "a1b2c3d4-5678-90ab-cdef-EXAMPLE99999"
    }
  }
}