Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data KinesisStreamsInput Source #
Identifies an Amazon Kinesis stream as the streaming source. You provide the stream's Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.
See: newKinesisStreamsInput
smart constructor.
KinesisStreamsInput' | |
|
Instances
newKinesisStreamsInput Source #
:: Text | |
-> Text | |
-> KinesisStreamsInput |
Create a value of KinesisStreamsInput
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:resourceARN:KinesisStreamsInput'
, kinesisStreamsInput_resourceARN
- ARN of the input Amazon Kinesis stream to read.
$sel:roleARN:KinesisStreamsInput'
, kinesisStreamsInput_roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access
the stream on your behalf. You need to grant the necessary permissions
to this role.
kinesisStreamsInput_resourceARN :: Lens' KinesisStreamsInput Text Source #
ARN of the input Amazon Kinesis stream to read.
kinesisStreamsInput_roleARN :: Lens' KinesisStreamsInput Text Source #
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.