Class ListenerTlsOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.ListenerTlsOptions.Jsii$Proxy
- All Implemented Interfaces:
ListenerTlsOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ListenerTlsOptions
@Stability(Stable)
@Internal
public static final class ListenerTlsOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ListenerTlsOptions
An implementation for
ListenerTlsOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.ListenerTlsOptions
ListenerTlsOptions.Builder, ListenerTlsOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ListenerTlsOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theListenerTlsOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal TlsCertificateRepresents TLS certificate.final TlsModegetMode()The TLS mode.final MutualTlsValidationRepresents a listener's TLS validation context.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theListenerTlsOptions.Builder.
-
-
Method Details
-
getCertificate
Description copied from interface:ListenerTlsOptionsRepresents TLS certificate.- Specified by:
getCertificatein interfaceListenerTlsOptions
-
getMode
Description copied from interface:ListenerTlsOptionsThe TLS mode.- Specified by:
getModein interfaceListenerTlsOptions
-
getMutualTlsValidation
Description copied from interface:ListenerTlsOptionsRepresents a listener's TLS validation context.The client certificate will only be validated if the client provides it, enabling mutual TLS.
Default: - client TLS certificate is not required
- Specified by:
getMutualTlsValidationin interfaceListenerTlsOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-