| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
KinesisStreamsOutput |
KinesisStreamsOutput.clone() |
KinesisStreamsOutput |
Output.getKinesisStreamsOutput()
Identifies an Amazon Kinesis stream as the destination.
|
KinesisStreamsOutput |
KinesisStreamsOutput.withResourceARN(String resourceARN)
ARN of the destination Amazon Kinesis stream to write to.
|
KinesisStreamsOutput |
KinesisStreamsOutput.withRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Output.setKinesisStreamsOutput(KinesisStreamsOutput kinesisStreamsOutput)
Identifies an Amazon Kinesis stream as the destination.
|
Output |
Output.withKinesisStreamsOutput(KinesisStreamsOutput kinesisStreamsOutput)
Identifies an Amazon Kinesis stream as the destination.
|
Copyright © 2025. All rights reserved.