Class CfnVirtualGateway.VirtualGatewayListenerTlsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayListenerTlsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualGateway.VirtualGatewayListenerTlsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualGateway.VirtualGatewayListenerTlsProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualGateway.VirtualGatewayListenerTlsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualGateway.VirtualGatewayListenerTlsProperty
An implementation for
CfnVirtualGateway.VirtualGatewayListenerTlsProperty-
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.CfnVirtualGateway.VirtualGatewayListenerTlsProperty
CfnVirtualGateway.VirtualGatewayListenerTlsProperty.Builder, CfnVirtualGateway.VirtualGatewayListenerTlsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayListenerTlsProperty.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 ObjectAn object that represents a Transport Layer Security (TLS) certificate.final StringgetMode()Specify one of the following modes.final ObjectA reference to an object that represents a virtual gateway's listener's Transport Layer Security (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 theCfnVirtualGateway.VirtualGatewayListenerTlsProperty.Builder.
-
-
Method Details
-
getCertificate
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerTlsPropertyAn object that represents a Transport Layer Security (TLS) certificate.- Specified by:
getCertificatein interfaceCfnVirtualGateway.VirtualGatewayListenerTlsProperty- See Also:
-
getMode
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerTlsPropertySpecify one of the following modes.- ** STRICT – Listener only accepts connections with TLS enabled.
- ** PERMISSIVE – Listener accepts connections with or without TLS enabled.
- ** DISABLED – Listener only accepts connections without TLS.
- Specified by:
getModein interfaceCfnVirtualGateway.VirtualGatewayListenerTlsProperty- See Also:
-
getValidation
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerTlsPropertyA reference to an object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation context.- Specified by:
getValidationin interfaceCfnVirtualGateway.VirtualGatewayListenerTlsProperty- See Also:
-
$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()
-