Class CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
An implementation for
CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty.Builder, CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.final Object
Whether the policy is enforced.final Object
getPorts()
One or more ports that the policy is enforced for.final Object
A reference to an object that represents a Transport Layer Security (TLS) validation context.final int
hashCode()
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.VirtualGatewayClientPolicyTlsProperty.Builder
.
-
-
Method Details
-
getValidation
Description copied from interface:CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
A reference to an object that represents a Transport Layer Security (TLS) validation context.- Specified by:
getValidation
in interfaceCfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
- See Also:
-
getCertificate
Description copied from interface:CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.- Specified by:
getCertificate
in interfaceCfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
- See Also:
-
getEnforce
Description copied from interface:CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
Whether the policy is enforced.The default is
True
, if a value isn't specified.- Specified by:
getEnforce
in interfaceCfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
- See Also:
-
getPorts
Description copied from interface:CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
One or more ports that the policy is enforced for.- Specified by:
getPorts
in interfaceCfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-