Interface CfnApplicationOutputV2.KinesisStreamsOutputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationOutputV2.KinesisStreamsOutputProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationOutputV2
@Stability(Stable)
public static interface CfnApplicationOutputV2.KinesisStreamsOutputProperty
extends software.amazon.jsii.JsiiSerializable
When you configure a SQL-based Kinesis Data Analytics application's output, identifies a Kinesis data stream as the destination.
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.kinesisanalytics.*; KinesisStreamsOutputProperty kinesisStreamsOutputProperty = KinesisStreamsOutputProperty.builder() .resourceArn("resourceArn") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplicationOutputV2.KinesisStreamsOutputProperty
static final class
An implementation forCfnApplicationOutputV2.KinesisStreamsOutputProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the destination Kinesis data stream to write to.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceArn
The ARN of the destination Kinesis data stream to write to.- See Also:
-
builder
-