@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:45.126Z") public interface IDatabaseCluster extends IResource, IConnectable, ISecretAttachmentTarget
Modifier and Type | Interface and Description |
---|---|
static interface |
IDatabaseCluster.Jsii$Default
Internal default implementation for
IDatabaseCluster . |
static class |
IDatabaseCluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
getClusterEndpoint()
The endpoint to use for read/write operations.
|
java.lang.String |
getClusterIdentifier()
Identifier of the cluster.
|
Endpoint |
getClusterReadEndpoint()
Endpoint to use for load-balanced read-only operations.
|
java.util.List<Endpoint> |
getInstanceEndpoints()
Endpoints which address each individual replica.
|
java.util.List<java.lang.String> |
getInstanceIdentifiers()
Identifiers of the replicas.
|
java.lang.String |
getSecurityGroupId()
The security group for this database cluster.
|
applyRemovalPolicy, getEnv, getStack
getNode
getConnections
asSecretAttachmentTarget
Endpoint getClusterEndpoint()
java.lang.String getClusterIdentifier()
Endpoint getClusterReadEndpoint()
java.util.List<Endpoint> getInstanceEndpoints()
java.util.List<java.lang.String> getInstanceIdentifiers()
java.lang.String getSecurityGroupId()