MetricsConfiguration
public struct MetricsConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A Boolean that specifies whether cloud metrics are collected.
Declaration
Swift
public let cloudMetricEnabled: Bool?
-
The ARN of the role that is used to collect cloud metrics.
Declaration
Swift
public let metricRuleRoleArn: String?
-
Undocumented
Declaration
Swift
public init(cloudMetricEnabled: Bool? = nil, metricRuleRoleArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws