AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateLogPattern operation. Adds a log pattern to a LogPatternSet.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApplicationInsights.AmazonApplicationInsightsRequest
      Amazon.ApplicationInsights.Model.UpdateLogPatternRequest

Namespace: Amazon.ApplicationInsights.Model
Assembly: AWSSDK.ApplicationInsights.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateLogPatternRequest : AmazonApplicationInsightsRequest
         IAmazonWebServiceRequest

The UpdateLogPatternRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateLogPatternRequest()

Properties

NameTypeDescription
Public Property Pattern System.String

Gets and sets the property Pattern.

The log pattern. The pattern must be DFA compatible. Patterns that utilize forward lookahead or backreference constructions are not supported.

Public Property PatternName System.String

Gets and sets the property PatternName.

The name of the log pattern.

Public Property PatternSetName System.String

Gets and sets the property PatternSetName.

The name of the log pattern set.

Public Property Rank System.Int32

Gets and sets the property Rank.

Rank of the log pattern. Must be a value between 1 and 1,000,000. The patterns are sorted by rank, so we recommend that you set your highest priority patterns with the lowest rank. A pattern of rank 1 will be the first to get matched to a log line. A pattern of rank 1,000,000 will be last to get matched. When you configure custom log patterns from the console, a Low severity pattern translates to a 750,000 rank. A Medium severity pattern translates to a 500,000 rank. And a High severity pattern translates to a 250,000 rank. Rank values less than 1 or greater than 1,000,000 are reserved for AWS-provided patterns.

Public Property ResourceGroupName System.String

Gets and sets the property ResourceGroupName.

The name of the resource group.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5