AttachLoadBalancerTlsCertificateRequest

public struct AttachLoadBalancerTlsCertificateRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of your SSL/TLS certificate.

    Declaration

    Swift

    public let certificateName: String
  • The name of the load balancer to which you want to associate the SSL/TLS certificate.

    Declaration

    Swift

    public let loadBalancerName: String
  • Undocumented

    Declaration

    Swift

    public init(certificateName: String, loadBalancerName: String)
  • Declaration

    Swift

    public func validate(name: String) throws