AWS::ApplicationInsights::Application LogPatternSet - AWS CloudFormation

AWS::ApplicationInsights::Application LogPatternSet

The AWS::ApplicationInsights::Application LogPatternSet property type specifies the log pattern set.

Syntax

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

JSON

{ "LogPatterns" : [ LogPattern, ... ], "PatternSetName" : String }

Properties

LogPatterns

A list of objects that define the log patterns that belong to LogPatternSet.

Required: Yes

Type: Array of LogPattern

Minimum: 1

Update 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: 1

Maximum: 30

Update requires: No interruption