aws.application_insights.list_components
Example SQL Queries
SELECT * FROMaws.application_insights.list_componentsWHERE"resource_group_name" = 'VALUE';Description
Lists the auto-grouped, standalone, and custom components of the application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_group_name Required Input Column The name of the resource group. | VARCHAR |
| account_id Input Column The AWS account ID for the resource group owner. | VARCHAR |
| max_results Input Column The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. | BIGINT |
| next_token Input Column The token to request the next page of results. | 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
| |
| application_component_list The list of application components. | STRUCT( |
Show child fields
| |