Interface CfnApplicationV2.IKinesisStreamsInputProperty
Identifies a Kinesis data stream as the streaming source.
Namespace: Amazon.CDK.AWS.KinesisAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IKinesisStreamsInputProperty
Syntax (vb)
Public Interface IKinesisStreamsInputProperty
Remarks
You provide the stream's Amazon Resource Name (ARN).
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.KinesisAnalytics;
var kinesisStreamsInputProperty = new KinesisStreamsInputProperty {
ResourceArn = "resourceArn"
};
Synopsis
Properties
Resource |
The ARN of the input Kinesis data stream to read. |
Properties
ResourceArn
The ARN of the input Kinesis data stream to read.
string ResourceArn { get; }
Property Value
System.