Skip to main content

component_configuration_recommendations

Creates, updates, deletes, gets or lists a component_configuration_recommendations resource.

Overview

Namecomponent_configuration_recommendations
TypeResource
Idaws.application_insights.component_configuration_recommendations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
component_configurationstringThe recommended configuration settings of the component. The value is the escaped JSON of the configuration. (pattern: <code>[\S\s]+</code>)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_component_configuration_recommendationselectregionDescribes the recommended monitoring configuration of the component.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Describes the recommended monitoring configuration of the component.

SELECT
component_configuration
FROM aws.application_insights.component_configuration_recommendations
WHERE region = '{{ region }}' -- required
;