ConfigureHealthCheckInput
public struct ConfigureHealthCheckInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The configuration information.
Declaration
Swift
public let healthCheck: HealthCheck -
The name of the load balancer.
Declaration
Swift
public let loadBalancerName: String -
Undocumented
Declaration
Swift
public init(healthCheck: HealthCheck, loadBalancerName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ConfigureHealthCheckInput Structure Reference