aws.trustedadvisor.list_organization_recommendation_accounts
Example SQL Queries
SELECT * FROMaws.trustedadvisor.list_organization_recommendation_accountsWHERE"organization_recommendation_identifier" = 'VALUE';Description
Lists the accounts that own the resources for an organization aggregate recommendation. This API only supports prioritized recommendations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_recommendation_identifier Required Input Column The Recommendation identifier | VARCHAR |
| affected_account_id Input Column An account affected by this organization recommendation | 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
| |
| account_id The AWS account ID | VARCHAR |
| account_recommendation_arn The Recommendation ARN | VARCHAR |
| last_updated_at When the Recommendation was last updated | TIMESTAMP_S |
| lifecycle_stage The lifecycle stage from AWS Trusted Advisor Priority | VARCHAR |
| update_reason Reason for the lifecycle stage change | VARCHAR |
| update_reason_code Reason code for the lifecycle state change | VARCHAR |
| updated_on_behalf_of The person on whose behalf a Technical Account Manager (TAM) updated the recommendation. This information is only available when a Technical Account Manager takes an action on a recommendation managed by AWS Trusted Advisor Priority | VARCHAR |
| updated_on_behalf_of_job_title The job title of the person on whose behalf a Technical Account Manager (TAM) updated the recommendation. This information is only available when a Technical Account Manager takes an action on a recommendation managed by AWS Trusted Advisor Priority | VARCHAR |