Interface CfnApplication.ILogPatternSetProperty
The AWS::ApplicationInsights::Application LogPatternSet
property type specifies the log pattern set.
Namespace: Amazon.CDK.AWS.ApplicationInsights
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILogPatternSetProperty
Syntax (vb)
Public Interface ILogPatternSetProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ApplicationInsights;
var logPatternSetProperty = new LogPatternSetProperty {
LogPatterns = new [] { new LogPatternProperty {
Pattern = "pattern",
PatternName = "patternName",
Rank = 123
} },
PatternSetName = "patternSetName"
};
Synopsis
Properties
Log |
A list of objects that define the log patterns that belong to |
Pattern |
The name of the log pattern. |
Properties
LogPatterns
A list of objects that define the log patterns that belong to LogPatternSet
.
object LogPatterns { get; }
Property Value
System.
Remarks
PatternSetName
The name of the log pattern.
string PatternSetName { get; }
Property Value
System.
Remarks
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.