Interface ICluster
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ICluster.Jsii$Default
- All Known Implementing Classes:
Cluster,ICluster.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-24T20:29:52.777Z")
@Stability(Experimental)
public interface ICluster
extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) Represents an Aurora DSQL cluster.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICluster.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) Arn of the cluster.(experimental) Connection endpoint for the cluster.(experimental) Identifier of the cluster.(experimental) VPC endpoint service name for the cluster.grant(IGrantable grantee, String... actions) (experimental) Grant the given identity the specified actions.grantConnect(IGrantable grantee) (experimental) Grant the given identity permission to connect to the database.grantConnectAdmin(IGrantable grantee) (experimental) Grant the given identity permission to connect to the database with admin role.Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterArn
(experimental) Arn of the cluster. -
getClusterEndpoint
(experimental) Connection endpoint for the cluster. -
getClusterIdentifier
(experimental) Identifier of the cluster. -
getVpcEndpointServiceName
(experimental) VPC endpoint service name for the cluster. -
grant
@Stability(Experimental) @NotNull Grant grant(@NotNull IGrantable grantee, @NotNull String... actions) (experimental) Grant the given identity the specified actions.- Parameters:
grantee- the identity to be granted the actions. This parameter is required.actions- the data-access actions. This parameter is required.- See Also:
-
grantConnect
(experimental) Grant the given identity permission to connect to the database.[disable-awslint:no-grants]
- Parameters:
grantee- This parameter is required.
-
grantConnectAdmin
(experimental) Grant the given identity permission to connect to the database with admin role.[disable-awslint:no-grants]
- Parameters:
grantee- This parameter is required.
-