Show / Hide Table of Contents

Interface IServerlessCluster

(experimental) Interface representing a serverless database cluster.

Inherited Members
IResource.Env
IResource.Stack
IConstruct.Node
IConnectable.Connections
ISecretAttachmentTarget.AsSecretAttachmentTarget()
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.AWS.RDS.dll
Syntax (csharp)
public interface IServerlessCluster : IResource, IConstruct, IConstruct, IDependable, IConnectable, ISecretAttachmentTarget
Syntax (vb)
Public Interface IServerlessCluster
    Inherits IResource, IConstruct, IConstruct, IDependable, IConnectable, ISecretAttachmentTarget
Remarks

Stability: Experimental

Synopsis

Properties

ClusterArn

(experimental) The ARN of the cluster.

ClusterEndpoint

(experimental) The endpoint to use for read/write operations.

ClusterIdentifier

(experimental) Identifier of the cluster.

ClusterReadEndpoint

(experimental) Endpoint to use for load-balanced read-only operations.

Methods

GrantDataApiAccess(IGrantable)

(experimental) Grant the given identity to access to the Data API.

Properties

ClusterArn

(experimental) The ARN of the cluster.

string ClusterArn { get; }
Property Value

System.String

Remarks

Stability: Experimental

ClusterEndpoint

(experimental) The endpoint to use for read/write operations.

Endpoint ClusterEndpoint { get; }
Property Value

Endpoint

Remarks

Stability: Experimental

Attribute: EndpointAddress,EndpointPort

ClusterIdentifier

(experimental) Identifier of the cluster.

string ClusterIdentifier { get; }
Property Value

System.String

Remarks

Stability: Experimental

ClusterReadEndpoint

(experimental) Endpoint to use for load-balanced read-only operations.

Endpoint ClusterReadEndpoint { get; }
Property Value

Endpoint

Remarks

Stability: Experimental

Attribute: ReadEndpointAddress

Methods

GrantDataApiAccess(IGrantable)

(experimental) Grant the given identity to access to the Data API.

Grant GrantDataApiAccess(IGrantable grantee)
Parameters
grantee IGrantable

The principal to grant access to.

Returns

Grant

Remarks

Stability: Experimental

Back to top Generated by DocFX