Interface IListenerCertificate

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IListenerCertificate.Jsii$Default
All Known Implementing Classes:
IListenerCertificate.Jsii$Proxy, ListenerCertificate

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:07.172Z") @Stability(Stable) public interface IListenerCertificate extends software.amazon.jsii.JsiiSerializable
A certificate source for an ELBv2 listener.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IListenerCertificate.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The ARN of the certificate to use.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getCertificateArn

      @Stability(Stable) @NotNull String getCertificateArn()
      The ARN of the certificate to use.