AWS::ApplicationInsights::Application LogPatternSet - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 }

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