Amazon Organizations · Example Payload

Amazon Organizations Example

Account ManagementConsolidated BillingGovernanceMulti-AccountOrganizationsPolicies

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

Top-level fields

IdArnFeatureSetMasterAccountArnMasterAccountIdMasterAccountEmailAvailablePolicyTypesAccountsOrganizationalUnitsPoliciesRoots

Example Payload

Raw ↑
{
  "Id": "resource-abc123",
  "Arn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "FeatureSet": "CONSOLIDATED_BILLING",
  "MasterAccountArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "MasterAccountId": "resource-abc123",
  "MasterAccountEmail": "example-string",
  "AvailablePolicyTypes": [
    "example-ref"
  ],
  "Accounts": [
    "example-ref"
  ],
  "OrganizationalUnits": [
    "example-ref"
  ],
  "Policies": [
    "example-ref"
  ],
  "Roots": [
    "example-ref"
  ]
}