SetLoadBalancerListenerSSLCertificateInput
public struct SetLoadBalancerListenerSSLCertificateInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the load balancer.
Declaration
Swift
public let loadBalancerName: String -
The port that uses the specified SSL certificate.
Declaration
Swift
public let loadBalancerPort: Int -
The Amazon Resource Name (ARN) of the SSL certificate.
Declaration
Swift
public let sSLCertificateId: String -
Undocumented
Declaration
Swift
public init(loadBalancerName: String, loadBalancerPort: Int, sSLCertificateId: String)
View on GitHub
SetLoadBalancerListenerSSLCertificateInput Structure Reference