Class CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty
An implementation for
CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty-
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.cfnpropertymixins.services.appmesh.CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty
CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Builder, CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.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 ObjectgetFile()An object that represents a local file certificate.final ObjectgetSds()A reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.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(CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty.Builder.
-
-
Method Details
-
getFile
Description copied from interface:CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificatePropertyAn object that represents a local file certificate.The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
Returns union: either
IResolvableorCfnVirtualGatewayPropsMixin.VirtualGatewayListenerTlsFileCertificateProperty- Specified by:
getFilein interfaceCfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty- See Also:
-
getSds
Description copied from interface:CfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificatePropertyA reference to an object that represents a virtual gateway's client's Secret Discovery Service certificate.Returns union: either
IResolvableorCfnVirtualGatewayPropsMixin.VirtualGatewayListenerTlsSdsCertificateProperty- Specified by:
getSdsin interfaceCfnVirtualGatewayPropsMixin.VirtualGatewayClientTlsCertificateProperty- 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()
-