interface ListenerCertificateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElasticLoadBalancingV2.ListenerCertificateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#ListenerCertificateReference |
![]() | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerCertificateReference |
![]() | aws_cdk.aws_elasticloadbalancingv2.ListenerCertificateReference |
![]() | aws-cdk-lib » 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 elbv2 } from 'aws-cdk-lib';
const listenerCertificateReference: elbv2.ListenerCertificateReference = {
listenerCertificateId: 'listenerCertificateId',
};
Properties
Name | Type | Description |
---|---|---|
listener | string | The Id of the ListenerCertificate resource. |
listenerCertificateId
Type:
string
The Id of the ListenerCertificate resource.