AWS::ApplicationInsights::Application SubComponentConfigurationDetails - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ApplicationInsights::Application SubComponentConfigurationDetails

The AWS::ApplicationInsights::Application SubComponentConfigurationDetails property type specifies the configuration settings of the sub-components.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AlarmMetrics" : [ AlarmMetric, ... ], "Logs" : [ Log, ... ], "Processes" : [ Process, ... ], "WindowsEvents" : [ WindowsEvent, ... ] }

Properties

AlarmMetrics

A list of metrics to monitor for the component. All component types can use AlarmMetrics.

Required: No

Type: Array of AlarmMetric

Update requires: No interruption

Logs

A list of logs to monitor for the component. Only Amazon EC2 instances can use Logs.

Required: No

Type: Array of Log

Update requires: No interruption

Processes

Property description not available.

Required: No

Type: Array of Process

Update requires: No interruption

WindowsEvents

A list of Windows Events to monitor for the component. Only Amazon EC2 instances running on Windows can use WindowsEvents.

Required: No

Type: Array of WindowsEvent

Update requires: No interruption