Amazon Control Tower · Example Payload

Landing Zone Example

ComplianceGovernanceLanding ZoneMulti-AccountSecurityControls

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

Top-level fields

arndriftStatuslatestAvailableVersionmanifeststatusversion

Example Payload

Raw ↑
{
  "arn": "arn:aws:controltower:us-east-1:123456789012:landingzone/a1b2c3d4EXAMPLE",
  "driftStatus": {
    "status": "DRIFTED"
  },
  "latestAvailableVersion": "3.3",
  "manifest": {},
  "status": "ACTIVE",
  "version": "3.3"
}