@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:43.826Z") public interface IDatabaseCluster extends IResource, IConnectable
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()
(experimental) The endpoint to use for read/write operations.
|
java.lang.String |
getClusterIdentifier()
(experimental) Identifier of the cluster.
|
Endpoint |
getClusterReadEndpoint()
(experimental) Endpoint to use for load-balanced read-only operations.
|
java.lang.String |
getClusterResourceIdentifier()
(experimental) Resource identifier of the cluster.
|
Grant |
grantConnect(IGrantable grantee)
(experimental) Grant the given identity connection access to the database.
|
applyRemovalPolicy, getEnv, getStack
getNode
getConnections
Endpoint getClusterEndpoint()
java.lang.String getClusterIdentifier()
Endpoint getClusterReadEndpoint()
java.lang.String getClusterResourceIdentifier()
Grant grantConnect(IGrantable grantee)
grantee
- This parameter is required.