public static final class CfnListenerCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListenerCertificateProps
CfnListenerCertificateProps
CfnListenerCertificateProps.Builder, CfnListenerCertificateProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getCertificates()
The certificate.
|
java.lang.String |
getListenerArn()
The Amazon Resource Name (ARN) of the listener.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getCertificates()
CfnListenerCertificateProps
You can specify one certificate per resource.
getCertificates
in interface CfnListenerCertificateProps
public final java.lang.String getListenerArn()
CfnListenerCertificateProps
getListenerArn
in interface CfnListenerCertificateProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()