Method | Description | |
---|---|---|
PutMetricFilterRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
PutMetricFilterRequest ( string logGroupName, string filterName, string filterPattern, List |
Instantiates PutMetricFilterRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetFilterName ( ) : bool | ||
IsSetFilterPattern ( ) : bool | ||
IsSetLogGroupName ( ) : bool | ||
IsSetMetricTransformations ( ) : bool |
public PutMetricFilterRequest ( string logGroupName, string filterName, string filterPattern, List |
||
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. |
return | System |