AWS::ElasticLoadBalancingV2::ListenerCertificateSpecifies an SSL server certificate to add to the certificate list for an HTTPS or TLS listener.
import { CfnListenerCertificate } from 'aws-cdk-lib/aws-elasticloadbalancingv2';Or use the module namespace:
import * as elasticloadbalancingv2 from 'aws-cdk-lib/aws-elasticloadbalancingv2';
// elasticloadbalancingv2.CfnListenerCertificateConfiguration passed to the constructor as CfnListenerCertificateProps.
certificatesRequiredIResolvable | IResolvable | CertificateProperty[]The certificate. You can specify one certificate per resource.
listenerArnRequiredstringThe Amazon Resource Name (ARN) of the listener.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Elastic Load Balancing V2 on one page. HD quality, print-friendly.
Download Free Infographicaws-elasticloadbalancingv2AWS::ElasticLoadBalancingV2::ListenerCertificate