aws.discovery.describe_configurations
Example SQL Queries
SELECT * FROMaws.discovery.describe_configurationsWHERE"configuration_ids" = 'VALUE';Description
Retrieves attributes for a list of configuration item IDs.
All of the supplied IDs must be for the same asset type from one of the following:
server
application
process
connection
Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc.
For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| configuration_ids Required Input Column One or more configuration IDs. | VARCHAR[] |
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 A key in the response map. The value is an array of data. | MAP(VARCHAR, VARCHAR)[] |
Show child fields
| |