@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.888Z") @Stability(value=Experimental) 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()
(experimental) The ARN of the cluster.
|
Endpoint |
getClusterEndpoint()
(experimental) The endpoint to use for read/write operations.
|
String |
getClusterIdentifier()
(experimental) Identifier of the cluster.
|
Endpoint |
getClusterReadEndpoint()
(experimental) Endpoint to use for load-balanced read-only operations.
|
Grant |
grantDataApiAccess(IGrantable grantee)
(experimental) Grant the given identity to access to the Data API.
|
getConnectionsasSecretAttachmentTarget@Stability(value=Experimental) @NotNull String getClusterArn()
@Stability(value=Experimental) @NotNull Endpoint getClusterEndpoint()
@Stability(value=Experimental) @NotNull String getClusterIdentifier()
@Stability(value=Experimental) @NotNull Endpoint getClusterReadEndpoint()
@Stability(value=Experimental) @NotNull Grant grantDataApiAccess(@NotNull IGrantable grantee)
grantee - The principal to grant access to. This parameter is required.Copyright © 2021. All rights reserved.