interface ListenerCertificateReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ElasticLoadBalancingV2.ListenerCertificateReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awselasticloadbalancingv2#ListenerCertificateReference |
Java | software.amazon.awscdk.interfaces.elasticloadbalancingv2.ListenerCertificateReference |
Python | aws_cdk.interfaces.aws_elasticloadbalancingv2.ListenerCertificateReference |
TypeScript | aws-cdk-lib » interfaces » aws_elasticloadbalancingv2 » ListenerCertificateReference |
A reference to a ListenerCertificate resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elasticloadbalancingv2 as interfaces_aws_elasticloadbalancingv2 } from 'aws-cdk-lib/interfaces';
const listenerCertificateReference: interfaces_aws_elasticloadbalancingv2.ListenerCertificateReference = {
listenerCertificateId: 'listenerCertificateId',
};
Properties
| Name | Type | Description |
|---|---|---|
| listener | string | The Id of the ListenerCertificate resource. |
listenerCertificateId
Type:
string
The Id of the ListenerCertificate resource.

.NET
Go
Java
Python
TypeScript