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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty
CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty.Builder, CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty.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
getAcm()
A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.final Object
getFile()
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.final Object
getSds()
A reference to an object that represents a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.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
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.VirtualGatewayTlsValidationContextTrustProperty
A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.- Specified by:
getAcm
in interfaceCfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty
- See Also:
-
getFile
Description copied from interface:CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.- Specified by:
getFile
in interfaceCfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty
- See Also:
-
getSds
Description copied from interface:CfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty
A reference to an object that represents a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.- Specified by:
getSds
in interfaceCfnVirtualGateway.VirtualGatewayTlsValidationContextTrustProperty
- 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()
-