aws-cdk-lib.aws_kinesisanalyticsv2.CfnApplicationOutput.KinesisFirehoseOutputProperty

interface KinesisFirehoseOutputProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisAnalyticsV2.CfnApplicationOutput.KinesisFirehoseOutputProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalyticsv2#CfnApplicationOutput_KinesisFirehoseOutputProperty
Javasoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationOutput.KinesisFirehoseOutputProperty
Pythonaws_cdk.aws_kinesisanalyticsv2.CfnApplicationOutput.KinesisFirehoseOutputProperty
TypeScript aws-cdk-lib » aws_kinesisanalyticsv2 » CfnApplicationOutput » 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_kinesisanalyticsv2 as kinesisanalyticsv2 } from 'aws-cdk-lib';
const kinesisFirehoseOutputProperty: kinesisanalyticsv2.CfnApplicationOutput.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.