Interface CfnApplicationPropsMixin.IKinesisStreamsInputProperty
Identifies a Kinesis data stream as the streaming source.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnApplicationPropsMixin.IKinesisStreamsInputProperty
Syntax (vb)
Public Interface CfnApplicationPropsMixin.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.CfnPropertyMixins.AWS.KinesisAnalyticsV2;
var kinesisStreamsInputProperty = new KinesisStreamsInputProperty {
ResourceArn = "resourceArn"
};
Synopsis
Properties
| ResourceArn | 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; }