This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::ApplicationInsights::Application LogPatternSet
The AWS::ApplicationInsights::Application LogPatternSet property type specifies the log pattern set.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "LogPatterns" :[ LogPattern, ... ], "PatternSetName" :String}
YAML
LogPatterns:- LogPatternPatternSetName:String
Properties
LogPatterns-
A list of objects that define the log patterns that belong to
LogPatternSet.Required: Yes
Type: Array of LogPattern
Minimum:
1Update requires: No interruption
PatternSetName-
The name of the log pattern. A log pattern name can contain up to 30 characters, and it cannot be empty. The characters can be Unicode letters, digits, or one of the following symbols: period, dash, underscore.
Required: Yes
Type: String
Pattern:
[a-zA-Z0-9.-_]*Minimum:
1Maximum:
30Update requires: No interruption