AssociateHealthCheckRequest
public struct AssociateHealthCheckRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the health check to associate with the protection.
Declaration
Swift
public let healthCheckArn: String
-
The unique identifier (ID) for the Protection object to add the health check association to.
Declaration
Swift
public let protectionId: String
-
Undocumented
Declaration
Swift
public init(healthCheckArn: String, protectionId: String)
-
Declaration
Swift
public func validate(name: String) throws