Show / Hide Table of Contents

Interface IClusterReference

A reference to a Cluster resource.

Namespace: Amazon.CDK.Interfaces.MSK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IClusterReference
Syntax (vb)
Public Interface IClusterReference
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.Interfaces.MSK;

            var clusterReference = new ClusterReference {
                ClusterArn = "clusterArn"
            };

Synopsis

Properties

ClusterArn

The Arn of the Cluster resource.

Properties

ClusterArn

The Arn of the Cluster resource.

string ClusterArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX