AWS::ElasticLoadBalancingV2::ListenerCertificate - AWS CloudFormation

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 AWS 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