Class StreamConsumerReference
A reference to a StreamConsumer resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Kinesis
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StreamConsumerReference : IStreamConsumerReference
Syntax (vb)
Public Class StreamConsumerReference Implements IStreamConsumerReference
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.Kinesis;
var streamConsumerReference = new StreamConsumerReference {
ConsumerArn = "consumerArn"
};
Synopsis
Constructors
| StreamConsumerReference() | A reference to a StreamConsumer resource. |
Properties
| ConsumerArn | The ConsumerARN of the StreamConsumer resource. |
Constructors
StreamConsumerReference()
A reference to a StreamConsumer resource.
public StreamConsumerReference()
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.Kinesis;
var streamConsumerReference = new StreamConsumerReference {
ConsumerArn = "consumerArn"
};
Properties
ConsumerArn
The ConsumerARN of the StreamConsumer resource.
public string ConsumerArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated