@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-28T21:34:30.524Z") public interface IServerlessCluster extends IResource, IConnectable, ISecretAttachmentTarget
Modifier and Type | Interface and Description |
---|---|
static interface |
IServerlessCluster.Jsii$Default
Internal default implementation for
IServerlessCluster . |
static class |
IServerlessCluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClusterArn()
The ARN of the cluster.
|
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.
|
Grant |
grantDataApiAccess(IGrantable grantee)
Grant the given identity to access to the Data API.
|
applyRemovalPolicy, getEnv, getStack
getNode
getConnections
asSecretAttachmentTarget
java.lang.String getClusterArn()
Endpoint getClusterEndpoint()
java.lang.String getClusterIdentifier()
Endpoint getClusterReadEndpoint()
Grant grantDataApiAccess(IGrantable grantee)
grantee
- The principal to grant access to. This parameter is required.