Interface CfnApplication.KinesisStreamsInputProperty

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

@Stability(Stable) public static interface CfnApplication.KinesisStreamsInputProperty extends software.amazon.jsii.JsiiSerializable
Identifies a Kinesis data stream as the streaming source.

You provide the 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.kinesisanalyticsv2.*;
 KinesisStreamsInputProperty kinesisStreamsInputProperty = KinesisStreamsInputProperty.builder()
         .resourceArn("resourceArn")
         .build();
 

See Also: