Class CfnReplicator.AmazonMskClusterProperty
Details of an Amazon MSK Cluster.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MSK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnReplicator.AmazonMskClusterProperty : CfnReplicator.IAmazonMskClusterProperty
Syntax (vb)
Public Class CfnReplicator.AmazonMskClusterProperty Implements CfnReplicator.IAmazonMskClusterProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MSK;
var amazonMskClusterProperty = new AmazonMskClusterProperty {
MskClusterArn = "mskClusterArn"
};
Synopsis
Constructors
| AmazonMskClusterProperty() | Details of an Amazon MSK Cluster. |
Properties
| MskClusterArn | The Amazon Resource Name (ARN) of an Amazon MSK cluster. |
Constructors
AmazonMskClusterProperty()
Details of an Amazon MSK Cluster.
public AmazonMskClusterProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MSK;
var amazonMskClusterProperty = new AmazonMskClusterProperty {
MskClusterArn = "mskClusterArn"
};
Properties
MskClusterArn
The Amazon Resource Name (ARN) of an Amazon MSK cluster.
public string MskClusterArn { get; set; }