Class CfnVirtualNode.TlsValidationContextTrustProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualNode.TlsValidationContextTrustProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualNode.TlsValidationContextTrustProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualNode.TlsValidationContextTrustProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualNode.TlsValidationContextTrustProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualNode.TlsValidationContextTrustProperty
An implementation for
CfnVirtualNode.TlsValidationContextTrustProperty-
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.CfnVirtualNode.TlsValidationContextTrustProperty
CfnVirtualNode.TlsValidationContextTrustProperty.Builder, CfnVirtualNode.TlsValidationContextTrustProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualNode.TlsValidationContextTrustProperty.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 ObjectgetAcm()A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.final ObjectgetFile()An object that represents a Transport Layer Security (TLS) validation context trust for a local file.final ObjectgetSds()A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.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 theCfnVirtualNode.TlsValidationContextTrustProperty.Builder.
-
-
Method Details
-
getAcm
Description copied from interface:CfnVirtualNode.TlsValidationContextTrustPropertyA reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.Returns union: either
IResolvableorCfnVirtualNode.TlsValidationContextAcmTrustProperty- Specified by:
getAcmin interfaceCfnVirtualNode.TlsValidationContextTrustProperty- See Also:
-
getFile
Description copied from interface:CfnVirtualNode.TlsValidationContextTrustPropertyAn object that represents a Transport Layer Security (TLS) validation context trust for a local file.Returns union: either
IResolvableorCfnVirtualNode.TlsValidationContextFileTrustProperty- Specified by:
getFilein interfaceCfnVirtualNode.TlsValidationContextTrustProperty- See Also:
-
getSds
Description copied from interface:CfnVirtualNode.TlsValidationContextTrustPropertyA reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.Returns union: either
IResolvableorCfnVirtualNode.TlsValidationContextSdsTrustProperty- Specified by:
getSdsin interfaceCfnVirtualNode.TlsValidationContextTrustProperty- 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()
-