INetworkListenerCertificateProps¶
-
class
aws_cdk.aws_elasticloadbalancingv2.
INetworkListenerCertificateProps
(*args, **kwds)¶ Bases:
aws_cdk.aws_elasticloadbalancingv2.IListenerCertificate
,typing_extensions.Protocol
(deprecated) Properties for adding a certificate to a listener.
This interface exists for backwards compatibility.
- Deprecated
Use IListenerCertificate instead
- Stability
deprecated
Attributes
-
certificate_arn
¶ The ARN of the certificate to use.
- Return type
str