interface KinesisStreamsOutputProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.KinesisAnalytics.CfnApplicationOutputV2.KinesisStreamsOutputProperty | 
|  Java | software.amazon.awscdk.services.kinesisanalytics.CfnApplicationOutputV2.KinesisStreamsOutputProperty | 
|  Python | aws_cdk.aws_kinesisanalytics.CfnApplicationOutputV2.KinesisStreamsOutputProperty | 
|  TypeScript | @aws-cdk/aws-kinesisanalytics»CfnApplicationOutputV2»KinesisStreamsOutputProperty | 
When you configure a SQL-based Kinesis Data Analytics application's output, identifies a Kinesis data stream as the destination.
You provide the stream 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 kinesisStreamsOutputProperty: kinesisanalytics.CfnApplicationOutputV2.KinesisStreamsOutputProperty = {
  resourceArn: 'resourceArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| resource | string | The ARN of the destination Kinesis data stream to write to. | 
resourceArn
Type:
string
The ARN of the destination Kinesis data stream to write to.
