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 |
Synopsis
Documentation
data KinesisStreamsInputUpdate Source #
When updating application input configuration, provides information about an Amazon Kinesis stream as the streaming source.
See: newKinesisStreamsInputUpdate
smart constructor.
KinesisStreamsInputUpdate' | |
|
Instances
newKinesisStreamsInputUpdate :: KinesisStreamsInputUpdate Source #
Create a value of KinesisStreamsInputUpdate
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:roleARNUpdate:KinesisStreamsInputUpdate'
, kinesisStreamsInputUpdate_roleARNUpdate
- 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.
$sel:resourceARNUpdate:KinesisStreamsInputUpdate'
, kinesisStreamsInputUpdate_resourceARNUpdate
- Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.
kinesisStreamsInputUpdate_roleARNUpdate :: Lens' KinesisStreamsInputUpdate (Maybe 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.
kinesisStreamsInputUpdate_resourceARNUpdate :: Lens' KinesisStreamsInputUpdate (Maybe Text) Source #
Amazon Resource Name (ARN) of the input Amazon Kinesis stream to read.