Show / Hide Table of Contents

Class CfnReplicator.AmazonMskClusterProperty

Details of an Amazon MSK Cluster.

Inheritance
object
CfnReplicator.AmazonMskClusterProperty
Implements
CfnReplicator.IAmazonMskClusterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-amazonmskcluster.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-amazonmskcluster.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-replicator-amazonmskcluster.html#cfn-msk-replicator-amazonmskcluster-mskclusterarn

Implements

CfnReplicator.IAmazonMskClusterProperty
Back to top Generated by DocFX