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 ComponentConfiguration
The AWS::ApplicationInsights::Application ComponentConfiguration property type defines the configuration settings of the component.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConfigurationDetails" :ConfigurationDetails, "SubComponentTypeConfigurations" :[ SubComponentTypeConfiguration, ... ]}
YAML
ConfigurationDetails:ConfigurationDetailsSubComponentTypeConfigurations:- SubComponentTypeConfiguration
Properties
ConfigurationDetails-
The configuration settings.
Required: No
Type: ConfigurationDetails
Update requires: No interruption
SubComponentTypeConfigurations-
Sub-component configurations of the component.
Required: No
Type: Array of SubComponentTypeConfiguration
Minimum:
1Update requires: No interruption