Class CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty
An implementation for
CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty
-
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.VirtualGatewayListenerTlsCertificateProperty
CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty.Builder, CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty.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 an AWS Certificate Manager certificate.final Object
getFile()
A reference to an object that represents a local file certificate.final Object
getSds()
A reference to an object that represents a virtual gateway's listener's Secret Discovery Service 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
protected Jsii$Proxy(CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty.Builder
.
-
-
Method Details
-
getAcm
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty
A reference to an object that represents an AWS Certificate Manager certificate.- Specified by:
getAcm
in interfaceCfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty
- See Also:
-
getFile
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty
A reference to an object that represents a local file certificate.- Specified by:
getFile
in interfaceCfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty
- See Also:
-
getSds
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty
A reference to an object that represents a virtual gateway's listener's Secret Discovery Service certificate.- Specified by:
getSds
in interfaceCfnVirtualGateway.VirtualGatewayListenerTlsCertificateProperty
- 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()
-