@Stability(value=Stable)
public static interface CfnApplication.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.kinesisanalyticsv2.*;
KinesisStreamsInputProperty kinesisStreamsInputProperty = KinesisStreamsInputProperty.builder()
.resourceArn("resourceArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.KinesisStreamsInputProperty.Builder
A builder for
CfnApplication.KinesisStreamsInputProperty |
static class |
CfnApplication.KinesisStreamsInputProperty.Jsii$Proxy
An implementation for
CfnApplication.KinesisStreamsInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.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 CfnApplication.KinesisStreamsInputProperty.Builder builder()
Copyright © 2022. All rights reserved.