AWS::ElasticLoadBalancingV2::ListenerCertificate - AWS CloudFormation (original) (raw)

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

TargetGroupTuple

Certificate

Did this page help you? - Yes

Thanks for letting us know we're doing a good job!

If you've got a moment, please tell us what we did right so we can do more of it.

Did this page help you? - No

Thanks for letting us know this page needs work. We're sorry we let you down.

If you've got a moment, please tell us how we can make the documentation better.