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
-
AddListenerCertificates in the Elastic Load Balancing API Reference (version 2015-12-01)
-
SSL Certificates in the User Guide for Application Load Balancers
-
Server certificates in the User Guide for Network Load Balancers