aws.trustedadvisor.list_recommendation_resources
Example SQL Queries
SELECT * FROMaws.trustedadvisor.list_recommendation_resourcesWHERE"recommendation_identifier" = 'VALUE';Description
List Resources of a Recommendation
Table Definition
| Column Name | Column Data Type |
|---|---|
| recommendation_identifier Required Input Column The Recommendation identifier | VARCHAR |
| exclusion_status Input Column The exclusion status of the Recommendation Resource | VARCHAR |
| region_code Input Column The AWS Region code that the Recommendation Resource is in | VARCHAR |
| status Input Column The current status of the Recommendation Resource | 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
| |
| arn The ARN of the Recommendation Resource | VARCHAR |
| aws_resource_id The AWS resource identifier | VARCHAR |
| id The ID of the Recommendation Resource | VARCHAR |
| last_updated_at When the Recommendation Resource was last updated | TIMESTAMP_S |
| metadata Metadata associated with the Recommendation Resource | MAP(VARCHAR, VARCHAR) |
| recommendation_arn The Recommendation ARN | VARCHAR |