MetricPolicy
public struct MetricPolicy : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A setting to enable or disable metrics at the container level.
Declaration
Swift
public let containerLevelMetrics: ContainerLevelMetrics
-
A parameter that holds an array of rules that enable metrics at the object level. This parameter is optional, but if you choose to include it, you must also include at least one rule. By default, you can include up to five rules. You can also request a quota increase to allow up to 300 rules per policy.
Declaration
Swift
public let metricPolicyRules: [MetricPolicyRule]?
-
Undocumented
Declaration
Swift
public init(containerLevelMetrics: ContainerLevelMetrics, metricPolicyRules: [MetricPolicyRule]? = nil)
-
Declaration
Swift
public func validate(name: String) throws