Interface IChannelReference
A reference to a Channel resource.
Namespace: Amazon.CDK.Interfaces.MSK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IChannelReference
Syntax (vb)
Public Interface IChannelReference
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 channelReference = new ChannelReference {
ChannelArn = "channelArn"
};
Synopsis
Properties
| ChannelArn | The ChannelArn of the Channel resource. |
Properties
ChannelArn
The ChannelArn of the Channel resource.
string ChannelArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated