@Stability(value=Experimental) @Internal public static final class DatabaseClusterAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DatabaseClusterAttributes
DatabaseClusterAttributes
software.amazon.jsii.JsiiObject.InitializationMode
DatabaseClusterAttributes.Builder, DatabaseClusterAttributes.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String clusterIdentifier,
String clusterEndpointAddress,
IClusterEngine engine,
List<String> instanceEndpointAddresses,
List<String> instanceIdentifiers,
Number port,
String readerEndpointAddress,
List<? extends ISecurityGroup> securityGroups)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterAttributes.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getClusterEndpointAddress()
(experimental) Cluster endpoint address.
|
String |
getClusterIdentifier()
(experimental) Identifier for the cluster.
|
IClusterEngine |
getEngine()
(experimental) The engine of the existing Cluster.
|
List<String> |
getInstanceEndpointAddresses()
(experimental) Endpoint addresses of individual instances.
|
List<String> |
getInstanceIdentifiers()
(experimental) Identifier for the instances.
|
Number |
getPort()
(experimental) The database port.
|
String |
getReaderEndpointAddress()
(experimental) Reader endpoint address.
|
List<ISecurityGroup> |
getSecurityGroups()
(experimental) The security groups of the database cluster.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(String clusterIdentifier, String clusterEndpointAddress, IClusterEngine engine, List<String> instanceEndpointAddresses, List<String> instanceIdentifiers, Number port, String readerEndpointAddress, List<? extends ISecurityGroup> securityGroups)
DatabaseClusterAttributes.Builder
.public final String getClusterIdentifier()
DatabaseClusterAttributes
getClusterIdentifier
in interface DatabaseClusterAttributes
public final String getClusterEndpointAddress()
DatabaseClusterAttributes
Default: - no endpoint address
getClusterEndpointAddress
in interface DatabaseClusterAttributes
public final IClusterEngine getEngine()
DatabaseClusterAttributes
Default: - the imported Cluster's engine is unknown
getEngine
in interface DatabaseClusterAttributes
public final List<String> getInstanceEndpointAddresses()
DatabaseClusterAttributes
Default: - no instance endpoints
getInstanceEndpointAddresses
in interface DatabaseClusterAttributes
public final List<String> getInstanceIdentifiers()
DatabaseClusterAttributes
Default: - no instance identifiers
getInstanceIdentifiers
in interface DatabaseClusterAttributes
public final Number getPort()
DatabaseClusterAttributes
Default: - none
getPort
in interface DatabaseClusterAttributes
public final String getReaderEndpointAddress()
DatabaseClusterAttributes
Default: - no reader address
getReaderEndpointAddress
in interface DatabaseClusterAttributes
public final List<ISecurityGroup> getSecurityGroups()
DatabaseClusterAttributes
Default: - no security groups
getSecurityGroups
in interface DatabaseClusterAttributes
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.