AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the PutMetricFilter operation. Creates or updates a metric filter and associates it with the specified log group. Metric filters allow you to configure rules to extract metric data from log events ingested through PutLogEvents requests.

The maximum number of metric filters that can be associated with a log group is 100.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchLogs.AmazonCloudWatchLogsRequest
      Amazon.CloudWatchLogs.Model.PutMetricFilterRequest

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class PutMetricFilterRequest : AmazonCloudWatchLogsRequest
         IRequestEvents

The PutMetricFilterRequest type exposes the following members

Constructors

NameDescription
Public Method PutMetricFilterRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method PutMetricFilterRequest(string, string, string, List<MetricTransformation>)

Properties

NameTypeDescription
Public Property FilterName System.String Gets and sets the property FilterName.

A name for the metric filter.

Public Property FilterPattern System.String Gets and sets the property FilterPattern.

A valid CloudWatch Logs filter pattern for extracting metric data out of ingested log events.

Public Property LogGroupName System.String Gets and sets the property LogGroupName.

The name of the log group to associate the metric filter with.

Public Property MetricTransformations System.Collections.Generic.List<Amazon.CloudWatchLogs.Model.MetricTransformation> Gets and sets the property MetricTransformations.

A collection of information needed to define how metric data gets emitted.

Version Information

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