Show / Hide Table of Contents

Interface ICluster

(experimental) Represents a MSK Cluster.

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

Stability: Experimental

Synopsis

Properties

ClusterArn

(experimental) The ARN of cluster.

ClusterName

(experimental) The physical name of the cluster.

Properties

ClusterArn

(experimental) The ARN of cluster.

string ClusterArn { get; }
Property Value

System.String

Remarks

Stability: Experimental

Attribute: true

ClusterName

(experimental) The physical name of the cluster.

string ClusterName { get; }
Property Value

System.String

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX