aws.cloudformation.describe_organizations_access
Example SQL Queries
SELECT * FROMaws.cloudformation.describe_organizations_access;Description
Retrieves information about the account's OrganizationAccess status. This API can be called either by the management account or the delegated administrator by using the CallAs parameter. This API can also be called without the CallAs parameter by the management account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| call_as Input Column [Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, SELF is specified.
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| status Presents the status of the OrganizationAccess. | VARCHAR |