@Stability(value=Stable)
public static interface CfnApplicationOutput.KinesisStreamsOutputProperty
extends software.amazon.jsii.JsiiSerializable
You provide the stream 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.*;
KinesisStreamsOutputProperty kinesisStreamsOutputProperty = KinesisStreamsOutputProperty.builder()
.resourceArn("resourceArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationOutput.KinesisStreamsOutputProperty.Builder
A builder for
CfnApplicationOutput.KinesisStreamsOutputProperty |
static class |
CfnApplicationOutput.KinesisStreamsOutputProperty.Jsii$Proxy
An implementation for
CfnApplicationOutput.KinesisStreamsOutputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationOutput.KinesisStreamsOutputProperty.Builder |
builder() |
String |
getResourceArn()
The ARN of the destination Kinesis data stream to write to.
|
@Stability(value=Stable) @NotNull String getResourceArn()
@Stability(value=Stable) static CfnApplicationOutput.KinesisStreamsOutputProperty.Builder builder()
Copyright © 2022. All rights reserved.