Class ClusterBase
(experimental) A new or imported MSK Cluster.
Inherited Members
Namespace: Amazon.CDK.AWS.MSK.Alpha
Assembly: Amazon.CDK.AWS.MSK.Alpha.dll
Syntax (csharp)
public abstract class ClusterBase : Resource, ICluster, IResource, IConstruct, IDependable, IEnvironmentAware, IConnectable
Syntax (vb)
Public MustInherit Class ClusterBase Inherits Resource Implements ICluster, IResource, IConstruct, IDependable, IEnvironmentAware, IConnectable
Remarks
Stability: Experimental
Synopsis
Constructors
| ClusterBase(Construct, string, IResourceProps?) | (experimental) A new or imported MSK Cluster. |
Properties
| ClusterArn | (experimental) The ARN of cluster. |
| ClusterName | (experimental) The physical name of the cluster. |
| Connections | (experimental) Manages connections for the cluster. |
Constructors
ClusterBase(Construct, string, IResourceProps?)
(experimental) A new or imported MSK Cluster.
protected ClusterBase(Construct scope, string id, IResourceProps? props = null)
Parameters
- scope Construct
- id string
- props IResourceProps
Remarks
Stability: Experimental
Properties
ClusterArn
(experimental) The ARN of cluster.
public abstract string ClusterArn { get; }
Property Value
Remarks
Stability: Experimental
ClusterName
(experimental) The physical name of the cluster.
public abstract string ClusterName { get; }
Property Value
Remarks
Stability: Experimental
Connections
(experimental) Manages connections for the cluster.
public virtual Connections_ Connections { get; }
Property Value
Remarks
Stability: Experimental
Implements
Constructs.IConstruct
Constructs.IDependable