aws.trustedadvisor.list_checks
Example SQL Queries
SELECT * FROMaws.trustedadvisor.list_checks;Description
List a filterable set of Checks
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_service Input Column The aws service associated with the check | VARCHAR |
| language Input Column The ISO 639-1 code for the language that you want your checks to appear in. | VARCHAR |
| pillar Input Column The pillar of the check | VARCHAR |
| source Input Column The source of the 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
| |
| arn The ARN of the AWS Trusted Advisor Check | VARCHAR |
| aws_services The AWS Services that the Check applies to | VARCHAR[] |
Show child fields
| |
| description A description of what the AWS Trusted Advisor Check is monitoring | VARCHAR |
| id The unique identifier of the AWS Trusted Advisor Check | VARCHAR |
| metadata The column headings for the metadata returned in the resource | MAP(VARCHAR, VARCHAR) |
| name The name of the AWS Trusted Advisor Check | VARCHAR |
| pillars The Recommendation pillars that the AWS Trusted Advisor Check falls under | VARCHAR[] |
Show child fields
| |