AWS::ApplicationInsights::Application LogPatternSet - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 LogPatternSet

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

Syntax

To declare this entity in your 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