This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "AlarmMetrics" :[ AlarmMetric, ... ], "Logs" :[ Log, ... ], "Processes" :[ Process, ... ], "WindowsEvents" :[ WindowsEvent, ... ]}
YAML
AlarmMetrics:- AlarmMetricLogs:- LogProcesses:- ProcessWindowsEvents:- 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
ProcessesProperty 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