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 KinesisStreamsOutput Source #
When configuring application output, identifies an Amazon Kinesis stream as the destination. You provide the stream Amazon Resource Name (ARN) and also an IAM role ARN that Amazon Kinesis Analytics can use to write to the stream on your behalf.
See: newKinesisStreamsOutput
smart constructor.
KinesisStreamsOutput' | |
|
Instances
newKinesisStreamsOutput Source #
:: Text | |
-> Text | |
-> KinesisStreamsOutput |
Create a value of KinesisStreamsOutput
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:KinesisStreamsOutput'
, kinesisStreamsOutput_resourceARN
- ARN of the destination Amazon Kinesis stream to write to.
$sel:roleARN:KinesisStreamsOutput'
, kinesisStreamsOutput_roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to write to
the destination stream on your behalf. You need to grant the necessary
permissions to this role.
kinesisStreamsOutput_resourceARN :: Lens' KinesisStreamsOutput Text Source #
ARN of the destination Amazon Kinesis stream to write to.
kinesisStreamsOutput_roleARN :: Lens' KinesisStreamsOutput Text Source #
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. You need to grant the necessary permissions to this role.