MetricFilter class

Metric filters express how CloudWatch Logs would extract metric observations from ingested log events and transform them into metric data in a CloudWatch metric.

Constructors

MetricFilter({int? creationTime, String? filterName, String? filterPattern, String? logGroupName, List<MetricTransformation>? metricTransformations})
MetricFilter.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime int?
The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
final
filterName String?
The name of the metric filter.
final
filterPattern String?
final
hashCode int
The hash code for this object.
no setterinherited
logGroupName String?
The name of the log group.
final
metricTransformations List<MetricTransformation>?
The metric transformations.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited