aws.cost_optimization_hub.list_enrollment_statuses
Example SQL Queries
SELECT * FROMaws.cost_optimization_hub.list_enrollment_statuses;Description
Retrieves the enrollment status for an account. It can also return the list of accounts that are enrolled under the organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Input Column The account ID of a member account in the organization. | VARCHAR |
| include_organization_info Input Column Indicates whether to return the enrollment status for the organization. | BOOLEAN |
| _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 |
| include_member_accounts The enrollment status of all member accounts in the organization if the account is the management account or delegated administrator. | BOOLEAN |
| items The enrollment status of a specific account ID, including creation and last updated timestamps. | STRUCT( |
Show child fields
| |