public static interface CfnApplicationV2.KinesisStreamsInputProperty
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.kinesisanalytics.*; KinesisStreamsInputProperty kinesisStreamsInputProperty = KinesisStreamsInputProperty.builder() .resourceArn("resourceArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplicationV2.KinesisStreamsInputProperty.Builder
A builder for
CfnApplicationV2.KinesisStreamsInputProperty |
static class |
CfnApplicationV2.KinesisStreamsInputProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.KinesisStreamsInputProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplicationV2.KinesisStreamsInputProperty.Builder |
builder() |
java.lang.String |
getResourceArn()
The ARN of the input Kinesis data stream to read.
|
java.lang.String getResourceArn()
static CfnApplicationV2.KinesisStreamsInputProperty.Builder builder()