Interface CfnApplicationV2.KinesisFirehoseInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationV2.KinesisFirehoseInputProperty.Jsii$Proxy
- Enclosing class:
- CfnApplicationV2
@Stability(Stable)
public static interface CfnApplicationV2.KinesisFirehoseInputProperty
extends software.amazon.jsii.JsiiSerializable
For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source.
You provide the delivery stream's 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 software.amazon.awscdk.services.kinesisanalytics.*;
KinesisFirehoseInputProperty kinesisFirehoseInputProperty = KinesisFirehoseInputProperty.builder()
.resourceArn("resourceArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplicationV2.KinesisFirehoseInputPropertystatic final classAn implementation forCfnApplicationV2.KinesisFirehoseInputProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of the delivery stream.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceArn
The Amazon Resource Name (ARN) of the delivery stream. -
builder
-