@Stability(value=Stable)
public static interface CfnApplicationV2.KinesisStreamsInputProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getResourceArn()
The ARN of the input Kinesis data stream to read.
|
@Stability(value=Stable) @NotNull String getResourceArn()
@Stability(value=Stable) static CfnApplicationV2.KinesisStreamsInputProperty.Builder builder()
Copyright © 2022. All rights reserved.