MonitoringBaselineConfig
public struct MonitoringBaselineConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
Declaration
Swift
public let constraintsResource: MonitoringConstraintsResource?
-
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
Declaration
Swift
public let statisticsResource: MonitoringStatisticsResource?
-
Undocumented
Declaration
Swift
public init(constraintsResource: MonitoringConstraintsResource? = nil, statisticsResource: MonitoringStatisticsResource? = nil)
-
Declaration
Swift
public func validate(name: String) throws