Interface CfnApplicationOutputPropsMixin.KinesisFirehoseOutputProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplicationOutputPropsMixin.KinesisFirehoseOutputProperty.Jsii$Proxy
Enclosing class:
CfnApplicationOutputPropsMixin

@Stability(Stable) public static interface CfnApplicationOutputPropsMixin.KinesisFirehoseOutputProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.mixins.preview.services.kinesisanalyticsv2.mixins.*;
 KinesisFirehoseOutputProperty kinesisFirehoseOutputProperty = KinesisFirehoseOutputProperty.builder()
         .resourceArn("resourceArn")
         .build();
 

See Also: