aws.organizations.describe_organization
Example SQL Queries
SELECT * FROMaws.organizations.describe_organization;Description
Retrieves information about the organization that the user's account belongs to.
This operation can be called from any account in the organization.
Even if a policy type is shown as available in the organization, you can disable it separately at the root level with DisablePolicyType. Use ListRoots to see the status of policy types for a specified root.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization A structure that contains information about the organization. The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in your apps. It doesn't include any policy type supported by Organizations other than SCPs. To determine which policy types are enabled in your organization, use the ListRoots operation. | STRUCT( |
Show child fields
| |