| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
KinesisFirehoseInput |
KinesisFirehoseInput.clone() |
KinesisFirehoseInput |
Input.getKinesisFirehoseInput()
If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's
ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
|
KinesisFirehoseInput |
KinesisFirehoseInput.withResourceARN(String resourceARN)
ARN of the input Firehose delivery stream.
|
KinesisFirehoseInput |
KinesisFirehoseInput.withRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setKinesisFirehoseInput(KinesisFirehoseInput kinesisFirehoseInput)
If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's
ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
|
Input |
Input.withKinesisFirehoseInput(KinesisFirehoseInput kinesisFirehoseInput)
If the streaming source is an Amazon Kinesis Firehose delivery stream, identifies the Firehose delivery stream's
ARN and an IAM role that enables Amazon Kinesis Analytics to access the stream on your behalf.
|
Copyright © 2017. All rights reserved.