MetricFilter
public struct MetricFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Declaration
Swift
public let creationTime: Int64? -
The name of the metric filter.
Declaration
Swift
public let filterName: String? -
Undocumented
Declaration
Swift
public let filterPattern: String? -
The name of the log group.
Declaration
Swift
public let logGroupName: String? -
The metric transformations.
Declaration
Swift
public let metricTransformations: [MetricTransformation]? -
Undocumented
Declaration
Swift
public init(creationTime: Int64? = nil, filterName: String? = nil, filterPattern: String? = nil, logGroupName: String? = nil, metricTransformations: [MetricTransformation]? = nil)
View on GitHub
MetricFilter Structure Reference