Class CfnVirtualNode.TlsValidationContextProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualNode.TlsValidationContextProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualNode.TlsValidationContextProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualNode.TlsValidationContextProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualNode.TlsValidationContextProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualNode.TlsValidationContextProperty
An implementation for
CfnVirtualNode.TlsValidationContextProperty
-
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.CfnVirtualNode.TlsValidationContextProperty
CfnVirtualNode.TlsValidationContextProperty.Builder, CfnVirtualNode.TlsValidationContextProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVirtualNode.TlsValidationContextProperty.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 the SANs for a Transport Layer Security (TLS) validation context.final Object
getTrust()
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.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 theCfnVirtualNode.TlsValidationContextProperty.Builder
.
-
-
Method Details
-
getTrust
Description copied from interface:CfnVirtualNode.TlsValidationContextProperty
A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.- Specified by:
getTrust
in interfaceCfnVirtualNode.TlsValidationContextProperty
- See Also:
-
getSubjectAlternativeNames
Description copied from interface:CfnVirtualNode.TlsValidationContextProperty
A reference to an object that represents the SANs for a Transport Layer Security (TLS) validation context.If you don't specify SANs on the terminating mesh endpoint, the Envoy proxy for that node doesn't verify the SAN on a peer client certificate. If you don't specify SANs on the originating mesh endpoint, the SAN on the certificate provided by the terminating endpoint must match the mesh endpoint service discovery configuration. Since SPIRE vended certificates have a SPIFFE ID as a name, you must set the SAN since the name doesn't match the service discovery name.
- Specified by:
getSubjectAlternativeNames
in interfaceCfnVirtualNode.TlsValidationContextProperty
- 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()
-