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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty
CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty.Builder, CfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty.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 ObjectA reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.final ObjectWhether the policy is enforced.final ObjectgetPorts()One or more ports that the policy is enforced for.final ObjectA reference to an object that represents a 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.VirtualGatewayClientPolicyTlsProperty.Builder.
-
-
Method Details
-
getValidation
Description copied from interface:CfnVirtualGateway.VirtualGatewayClientPolicyTlsPropertyA reference to an object that represents a Transport Layer Security (TLS) validation context.Returns union: either
IResolvableorCfnVirtualGateway.VirtualGatewayTlsValidationContextProperty- Specified by:
getValidationin interfaceCfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty- See Also:
-
getCertificate
Description copied from interface:CfnVirtualGateway.VirtualGatewayClientPolicyTlsPropertyA reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.Returns union: either
IResolvableorCfnVirtualGateway.VirtualGatewayClientTlsCertificateProperty- Specified by:
getCertificatein interfaceCfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty- See Also:
-
getEnforce
Description copied from interface:CfnVirtualGateway.VirtualGatewayClientPolicyTlsPropertyWhether the policy is enforced.The default is
True, if a value isn't specified.Returns union: either
BooleanorIResolvable- Specified by:
getEnforcein interfaceCfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty- See Also:
-
getPorts
Description copied from interface:CfnVirtualGateway.VirtualGatewayClientPolicyTlsPropertyOne or more ports that the policy is enforced for.Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getPortsin interfaceCfnVirtualGateway.VirtualGatewayClientPolicyTlsProperty- 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()
-