DeleteLoadBalancerTlsCertificateRequest
public struct DeleteLoadBalancerTlsCertificateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The SSL/TLS certificate name.
Declaration
Swift
public let certificateName: String -
When true, forces the deletion of an SSL/TLS certificate. There can be two certificates associated with a Lightsail load balancer: the primary and the backup. The force parameter is required when the primary SSL/TLS certificate is in use by an instance attached to the load balancer.
Declaration
Swift
public let force: Bool? -
The load balancer name.
Declaration
Swift
public let loadBalancerName: String -
Undocumented
Declaration
Swift
public init(certificateName: String, force: Bool? = nil, loadBalancerName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteLoadBalancerTlsCertificateRequest Structure Reference