C# 클래스 Amazon.CloudWatchLogs.Model.PutMetricFilterRequest

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.

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

상속: AmazonCloudWatchLogsRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
PutMetricFilterRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

PutMetricFilterRequest ( string logGroupName, string filterName, string filterPattern, List metricTransformations ) : System

Instantiates PutMetricFilterRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetFilterName ( ) : bool
IsSetFilterPattern ( ) : bool
IsSetLogGroupName ( ) : bool
IsSetMetricTransformations ( ) : bool

메소드 상세

PutMetricFilterRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public PutMetricFilterRequest ( ) : System
리턴 System

PutMetricFilterRequest() 공개 메소드

Instantiates PutMetricFilterRequest with the parameterized properties
public PutMetricFilterRequest ( string logGroupName, string filterName, string filterPattern, List metricTransformations ) : System
logGroupName string The name of the log group.
filterName string A name for the metric filter.
filterPattern string A filter pattern for extracting metric data out of ingested log events.
metricTransformations List A collection of information needed to define how metric data gets emitted.
리턴 System