aws.compute_optimizer.get_enrollment_status
Example SQL Queries
SELECT * FROMaws.compute_optimizer.get_enrollment_status;Description
Returns the enrollment (opt in) status of an account to the Compute Optimizer service.
If the account is the management account of an organization, this action also confirms the enrollment status of member accounts of the organization. Use the GetEnrollmentStatusesForOrganization action to get detailed information about the enrollment status of member accounts of an organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| last_updated_timestamp The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated. | TIMESTAMP_S |
| member_accounts_enrolled Confirms the enrollment status of member accounts of the organization, if the account is a management account of an organization. | BOOLEAN |
| number_of_member_accounts_opted_in The count of organization member accounts that are opted in to the service, if your account is an organization management account. | BIGINT |
| status The enrollment status of the account. | VARCHAR |
| status_reason The reason for the enrollment status of the account. 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 |