aws.compute_optimizer.get_enrollment_statuses_for_organization
Example SQL Queries
SELECT * FROMaws.compute_optimizer.get_enrollment_statuses_for_organization;Description
Returns the Compute Optimizer enrollment (opt-in) status of organization member accounts, if your account is an organization management account.
To get the enrollment status of standalone accounts, use the GetEnrollmentStatus action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column An array of objects to specify a filter that returns a more specific list of account enrollment statuses. | STRUCT( |
Show child fields
| |
| _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 |
| account_id The Amazon Web Services account ID. | VARCHAR |
| last_updated_timestamp The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated. | TIMESTAMP_S |
| status The account enrollment status. | VARCHAR |
| status_reason The reason for the account enrollment status. For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service. | VARCHAR |