Interface CfnApplicationOutputV2.KinesisFirehoseOutputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationOutputV2.KinesisFirehoseOutputProperty.Jsii$Proxy
- Enclosing class:
- CfnApplicationOutputV2
@Stability(Stable)
public static interface CfnApplicationOutputV2.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.services.kinesisanalytics.*; KinesisFirehoseOutputProperty kinesisFirehoseOutputProperty = KinesisFirehoseOutputProperty.builder() .resourceArn("resourceArn") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplicationOutputV2.KinesisFirehoseOutputProperty
static final class
An implementation forCfnApplicationOutputV2.KinesisFirehoseOutputProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the destination delivery stream to write to.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceArn
The ARN of the destination delivery stream to write to. -
builder
-