Amazon Control Tower · Example Payload

Enabled Baseline Summary Example

ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

Enabled Baseline Summary Example is an example object payload from Amazon Control Tower, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

arnbaselineIdentifierstatusSummarytargetIdentifier

Example Payload

Raw ↑
{
  "arn": "arn:aws:controltower:us-east-1:123456789012:example/a1b2c3d4",
  "baselineIdentifier": "example-value",
  "statusSummary": {
    "status": "SUCCEEDED"
  },
  "targetIdentifier": "example-value"
}