class Aws::ElasticLoadBalancingV2::Types::AddListenerCertificatesInput

@note When making an API call, you may pass AddListenerCertificatesInput

data as a hash:

    {
      listener_arn: "ListenerArn", # required
      certificates: [ # required
        {
          certificate_arn: "CertificateArn",
          is_default: false,
        },
      ],
    }

@!attribute [rw] listener_arn

The Amazon Resource Name (ARN) of the listener.
@return [String]

@!attribute [rw] certificates

The certificate to add. You can specify one certificate per call.
Set `CertificateArn` to the certificate ARN but do not set
`IsDefault`.
@return [Array<Types::Certificate>]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/AddListenerCertificatesInput AWS API Documentation

Constants

SENSITIVE