Class CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty
An implementation for
CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty-
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.VirtualGatewayTlsValidationContextTrustProperty
CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty.Builder, CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty.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 virtual gateway's 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
protected Jsii$Proxy(CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty.Builder.
-
-
Method Details
-
getAcm
Description copied from interface:CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustPropertyA reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.Returns union: either
IResolvableorCfnVirtualGateway.VirtualGatewayTlsValidationContextAcmTrustProperty- Specified by:
getAcmin interfaceCfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty- See Also:
-
getFile
Description copied from interface:CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustPropertyAn object that represents a Transport Layer Security (TLS) validation context trust for a local file.Returns union: either
IResolvableorCfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty- Specified by:
getFilein interfaceCfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty- See Also:
-
getSds
Description copied from interface:CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustPropertyA reference to an object that represents a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.Returns union: either
IResolvableorCfnVirtualGateway.VirtualGatewayTlsValidationContextSdsTrustProperty- Specified by:
getSdsin interfaceCfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty- 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()
-