Class ClusterAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dsql.alpha.ClusterAttributes.Jsii$Proxy
- All Implemented Interfaces:
ClusterAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ClusterAttributes
@Stability(Experimental)
@Internal
public static final class ClusterAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ClusterAttributes
An implementation for
ClusterAttributes-
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.dsql.alpha.ClusterAttributes
ClusterAttributes.Builder, ClusterAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ClusterAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theClusterAttributes.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 String(experimental) Connection endpoint for the cluster.final String(experimental) Identifier of the cluster.final String(experimental) VPC endpoint service name for the cluster.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 theClusterAttributes.Builder.
-
-
Method Details
-
getClusterEndpoint
Description copied from interface:ClusterAttributes(experimental) Connection endpoint for the cluster.- Specified by:
getClusterEndpointin interfaceClusterAttributes
-
getClusterIdentifier
Description copied from interface:ClusterAttributes(experimental) Identifier of the cluster.- Specified by:
getClusterIdentifierin interfaceClusterAttributes
-
getVpcEndpointServiceName
Description copied from interface:ClusterAttributes(experimental) VPC endpoint service name for the cluster.- Specified by:
getVpcEndpointServiceNamein interfaceClusterAttributes
-
$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()
-