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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplication.KinesisStreamsInputProperty
static final class
An implementation forCfnApplication.KinesisStreamsInputProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceArn
The ARN of the input Kinesis data stream to read.- See Also:
-
builder
-