AlarmIdentifier
public struct AlarmIdentifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. Route 53 supports CloudWatch alarms with the following features: Standard-resolution metrics. High-resolution metrics aren’t supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide. Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren’t supported.
Declaration
Swift
public let name: String
-
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in. For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Service Endpoints chapter of the Amazon Web Services General Reference.
Declaration
Swift
public let region: CloudWatchRegion
-
Undocumented
Declaration
Swift
public init(name: String, region: CloudWatchRegion)
-
Declaration
Swift
public func validate(name: String) throws