AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

ApplicationListenerCertificate

Add certificates to a listener.

Import

import { ApplicationListenerCertificate } from 'aws-cdk-lib/aws-elasticloadbalancingv2';

Or use the module namespace:

import * as elasticloadbalancingv2 from 'aws-cdk-lib/aws-elasticloadbalancingv2';
// elasticloadbalancingv2.ApplicationListenerCertificate

Properties

Configuration passed to the constructor as ApplicationListenerCertificateProps.

listenerRequired
IListenerRef

The listener to attach the rule to.

certificatesOptional
IListenerCertificate[]

Certificates to attach. Duplicates are not allowed.

Default: - One of 'certificates' and 'certificateArns' is required.

Get the Elastic Load Balancing V2 Cheat Sheet

Everything you need to know about Elastic Load Balancing V2 on one page. HD quality, print-friendly.

Download Free Infographic