aws.application_insights.describe_component_configuration
Example SQL Queries
SELECT * FROMaws.application_insights.describe_component_configurationWHERE"resource_group_name" = 'VALUE'AND "component_name" = 'VALUE';Description
Describes the monitoring configuration of the component.
Table Definition
| Column Name | Column Data Type |
|---|---|
| component_name Required Input Column The name of the component. | VARCHAR |
| 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 |
| _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
| |
| component_configuration The configuration settings of the component. The value is the escaped JSON of the configuration. | VARCHAR |
| monitor Indicates whether the application component is monitored. | BOOLEAN |
| tier The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT | VARCHAR |