Add certificates to a listener.
import { ApplicationListenerCertificate } from 'aws-cdk-lib/aws-elasticloadbalancingv2';Or use the module namespace:
import * as elasticloadbalancingv2 from 'aws-cdk-lib/aws-elasticloadbalancingv2';
// elasticloadbalancingv2.ApplicationListenerCertificateConfiguration passed to the constructor as ApplicationListenerCertificateProps.
listenerRequiredIListenerRefThe listener to attach the rule to.
certificatesOptionalIListenerCertificate[]Certificates to attach. Duplicates are not allowed.
Default: - One of 'certificates' and 'certificateArns' is required.
Everything you need to know about Elastic Load Balancing V2 on one page. HD quality, print-friendly.
Download Free Infographicaws-elasticloadbalancingv2