Show / Hide Table of Contents

Interface IDatabaseCluster

Create a clustered database with a given number of instances.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConnectable.Connections
ISecretAttachmentTarget.AsSecretAttachmentTarget()
Namespace: Amazon.CDK.AWS.DocDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDatabaseCluster : IResource, IConstruct, IDependable, IConnectable, ISecretAttachmentTarget
Syntax (vb)
Public Interface IDatabaseCluster Inherits IResource, IConstruct, IDependable, IConnectable, ISecretAttachmentTarget

Synopsis

Properties

ClusterEndpoint

The endpoint to use for read/write operations.

ClusterIdentifier

Identifier of the cluster.

ClusterReadEndpoint

Endpoint to use for load-balanced read-only operations.

InstanceEndpoints

Endpoints which address each individual replica.

InstanceIdentifiers

Identifiers of the replicas.

SecurityGroupId

The security group for this database cluster.

Properties

ClusterEndpoint

The endpoint to use for read/write operations.

Endpoint ClusterEndpoint { get; }
Property Value

Endpoint

Remarks

Attribute: Endpoint,Port

ClusterIdentifier

Identifier of the cluster.

string ClusterIdentifier { get; }
Property Value

string

ClusterReadEndpoint

Endpoint to use for load-balanced read-only operations.

Endpoint ClusterReadEndpoint { get; }
Property Value

Endpoint

Remarks

Attribute: ReadEndpoint

InstanceEndpoints

Endpoints which address each individual replica.

Endpoint[] InstanceEndpoints { get; }
Property Value

Endpoint[]

InstanceIdentifiers

Identifiers of the replicas.

string[] InstanceIdentifiers { get; }
Property Value

string[]

SecurityGroupId

The security group for this database cluster.

string SecurityGroupId { get; }
Property Value

string

Back to top Generated by DocFX