AWS::ElasticLoadBalancingV2::ListenerCertificate - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ElasticLoadBalancingV2::ListenerCertificate

Specifies an SSL server certificate to add to the certificate list for an HTTPS or TLS listener.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::ElasticLoadBalancingV2::ListenerCertificate", "Properties" : { "Certificates" : [ Certificate, ... ], "ListenerArn" : String } }

YAML

Type: AWS::ElasticLoadBalancingV2::ListenerCertificate Properties: Certificates: - Certificate ListenerArn: String

Properties

Certificates

The certificate. You can specify one certificate per resource.

Required: Yes

Type: Array of Certificate

Update requires: No interruption

ListenerArn

The Amazon Resource Name (ARN) of the listener.

Required: Yes

Type: String

Update requires: Replacement

See also