aws-cdk-lib.aws_kinesisanalytics.CfnApplicationOutputV2.KinesisFirehoseOutputProperty

interface KinesisFirehoseOutputProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisAnalytics.CfnApplicationOutputV2.KinesisFirehoseOutputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalytics#CfnApplicationOutputV2_KinesisFirehoseOutputProperty
Javasoftware.amazon.awscdk.services.kinesisanalytics.CfnApplicationOutputV2.KinesisFirehoseOutputProperty
Pythonaws_cdk.aws_kinesisanalytics.CfnApplicationOutputV2.KinesisFirehoseOutputProperty
TypeScript aws-cdk-lib » aws_kinesisanalytics » CfnApplicationOutputV2 » KinesisFirehoseOutputProperty

For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination.

You provide the stream Amazon Resource Name (ARN) of the delivery stream.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisanalytics as kinesisanalytics } from 'aws-cdk-lib';
const kinesisFirehoseOutputProperty: kinesisanalytics.CfnApplicationOutputV2.KinesisFirehoseOutputProperty = {
  resourceArn: 'resourceArn',
};

Properties

NameTypeDescription
resourceArnstringThe ARN of the destination delivery stream to write to.

resourceArn

Type: string

The ARN of the destination delivery stream to write to.