aws.config.select_resource_config
Example SQL Queries
SELECT * FROMaws.config.select_resource_configWHERE"expression" = 'VALUE';Description
Accepts a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties.
For more information about query components, see the Query Components section in the Config Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| expression Required Input Column The SQL query SELECT command. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| query_info Returns the QueryInfo object. | STRUCT( |
Show child fields
| |
| results Returns the results for the SQL query. | VARCHAR[] |
Show child fields
| |