Show / Hide Table of Contents

Class ClusterBase

(experimental) A new or imported MSK Cluster.

Inheritance
object
Resource
ClusterBase
Cluster
ServerlessCluster
Implements
ICluster
IResource
IConstruct
IDependable
IEnvironmentAware
IConnectable
Inherited Members
Resource.IsOwnedResource(IConstruct)
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(string, IArnComponents)
Resource.GetResourceNameAttribute(string)
Resource.Env
Resource.PhysicalName
Resource.Stack
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

string

Remarks

Stability: Experimental

ClusterName

(experimental) The physical name of the cluster.

public abstract string ClusterName { get; }
Property Value

string

Remarks

Stability: Experimental

Connections

(experimental) Manages connections for the cluster.

public virtual Connections_ Connections { get; }
Property Value

Connections_

Remarks

Stability: Experimental

Implements

ICluster
IResource
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
IConnectable
Back to top Generated by DocFX