@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.492Z") @Stability(value=Stable) public interface IServerlessCluster extends software.amazon.jsii.JsiiSerializable, 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 |
|---|---|
String |
getClusterArn()
The ARN of the cluster.
|
Endpoint |
getClusterEndpoint()
The endpoint to use for read/write operations.
|
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, getStackgetConnectionsasSecretAttachmentTarget@Stability(value=Stable) @NotNull String getClusterArn()
@Stability(value=Stable) @NotNull Endpoint getClusterEndpoint()
@Stability(value=Stable) @NotNull String getClusterIdentifier()
@Stability(value=Stable) @NotNull Endpoint getClusterReadEndpoint()
@Stability(value=Stable) @NotNull Grant grantDataApiAccess(@NotNull IGrantable grantee)
grantee - The principal to grant access to. This parameter is required.Copyright © 2022. All rights reserved.