@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.123Z") @Stability(value=Stable) public class ListenerCertificate extends software.amazon.jsii.JsiiObject implements IListenerCertificate
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
ListenerCertificate listenerCertificate = ListenerCertificate.fromArn("certificateArn");
software.amazon.jsii.JsiiObject.InitializationModeIListenerCertificate.Jsii$Default, IListenerCertificate.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
ListenerCertificate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ListenerCertificate(software.amazon.jsii.JsiiObjectRef objRef) |
protected |
ListenerCertificate(String certificateArn) |
| Modifier and Type | Method and Description |
|---|---|
static ListenerCertificate |
fromArn(String certificateArn)
Use any certificate, identified by its ARN, as a listener certificate.
|
static ListenerCertificate |
fromCertificateManager(ICertificate acmCertificate)
Use an ACM certificate as a listener certificate.
|
String |
getCertificateArn()
The ARN of the certificate to use.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ListenerCertificate(software.amazon.jsii.JsiiObjectRef objRef)
protected ListenerCertificate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
protected ListenerCertificate(@NotNull
String certificateArn)
certificateArn - This parameter is required.@Stability(value=Stable) @NotNull public static ListenerCertificate fromArn(@NotNull String certificateArn)
certificateArn - This parameter is required.@Stability(value=Stable) @NotNull public static ListenerCertificate fromCertificateManager(@NotNull ICertificate acmCertificate)
acmCertificate - This parameter is required.@Stability(value=Stable) @NotNull public String getCertificateArn()
getCertificateArn in interface IListenerCertificateCopyright © 2022. All rights reserved.