Show / Hide Table of Contents

Interface ICluster

(experimental) Create a Redshift Cluster with a given number of nodes.

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

Implemented by Cluster via ClusterBase.

Stability: Experimental

Synopsis

Properties

ClusterEndpoint

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

ClusterName

(experimental) Name of the cluster.

Properties

ClusterEndpoint

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

Endpoint ClusterEndpoint { get; }
Property Value

Endpoint

Remarks

Stability: Experimental

Attribute: EndpointAddress,EndpointPort

ClusterName

(experimental) Name of the cluster.

string ClusterName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: ClusterName

Back to top Generated by DocFX