@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T20:48:15.735Z") @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, getStack
getConnections
asSecretAttachmentTarget
@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.