CloudwatchMetricAction
public struct CloudwatchMetricAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The CloudWatch metric name.
Declaration
Swift
public let metricName: String
-
The CloudWatch metric namespace name.
Declaration
Swift
public let metricNamespace: String
-
An optional Unix timestamp.
Declaration
Swift
public let metricTimestamp: String?
-
The metric unit supported by CloudWatch.
Declaration
Swift
public let metricUnit: String
-
The CloudWatch metric value.
Declaration
Swift
public let metricValue: String
-
The IAM role that allows access to the CloudWatch metric.
Declaration
Swift
public let roleArn: String
-
Undocumented
Declaration
Swift
public init(metricName: String, metricNamespace: String, metricTimestamp: String? = nil, metricUnit: String, metricValue: String, roleArn: String)