interface KinesisStreamsInputProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KinesisAnalytics.CfnApplicationV2.KinesisStreamsInputProperty |
![]() | software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.KinesisStreamsInputProperty |
![]() | aws_cdk.aws_kinesisanalytics.CfnApplicationV2.KinesisStreamsInputProperty |
![]() | @aws-cdk/aws-kinesisanalytics » CfnApplicationV2 » KinesisStreamsInputProperty |
Identifies a Kinesis data stream as the streaming source.
You provide the stream's Amazon Resource Name (ARN).
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as kinesisanalytics from '@aws-cdk/aws-kinesisanalytics';
const kinesisStreamsInputProperty: kinesisanalytics.CfnApplicationV2.KinesisStreamsInputProperty = {
resourceArn: 'resourceArn',
};
Properties
Name | Type | Description |
---|---|---|
resource | string | The ARN of the input Kinesis data stream to read. |
resourceArn
Type:
string
The ARN of the input Kinesis data stream to read.