aws.discovery.list_configurations
Example SQL Queries
SELECT * FROMaws.discovery.list_configurationsWHERE"configuration_type" = 'VALUE';Description
Retrieves a list of configuration items as specified by the value passed to the required parameter configurationType. Optional filtering may be applied to refine search results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| configuration_type Required Input Column A valid configuration identified by Application Discovery Service. | VARCHAR |
| filters Input Column You can filter the request using various logical operators and a key-value format. For example: {"key": "serverType", "value": "webServer"} For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide. | STRUCT( |
Show child fields
| |
| order_by Input Column Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide. | STRUCT( |
Show child fields
| |
| _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 |
| configurations | MAP(VARCHAR, VARCHAR) |