PutMetricFilterRequest
public struct PutMetricFilterRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A name for the metric filter.
Declaration
Swift
public let filterName: String
-
A filter pattern for extracting metric data out of ingested log events.
Declaration
Swift
public let filterPattern: String
-
The name of the log group.
Declaration
Swift
public let logGroupName: String
-
A collection of information that defines how metric data gets emitted.
Declaration
Swift
public let metricTransformations: [MetricTransformation]
-
Undocumented
Declaration
Swift
public init(filterName: String, filterPattern: String, logGroupName: String, metricTransformations: [MetricTransformation])
-
Declaration
Swift
public func validate(name: String) throws