aws.application_insights.describe_component_configuration_recommendation
Example SQL Queries
SELECT * FROMaws.application_insights.describe_component_configuration_recommendationWHERE"resource_group_name" = 'VALUE'AND "component_name" = 'VALUE'AND "tier" = 'VALUE';Description
Describes the recommended 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 |
| tier Required Input Column The tier of the application component. | VARCHAR |
| recommendation_type Input Column The recommended configuration type. | VARCHAR |
| workload_name Input Column The name of the workload. | 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 recommended configuration settings of the component. The value is the escaped JSON of the configuration. | VARCHAR |