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
- data KinesisFirehoseInputUpdate = KinesisFirehoseInputUpdate' {}
- newKinesisFirehoseInputUpdate :: KinesisFirehoseInputUpdate
- kinesisFirehoseInputUpdate_roleARNUpdate :: Lens' KinesisFirehoseInputUpdate (Maybe Text)
- kinesisFirehoseInputUpdate_resourceARNUpdate :: Lens' KinesisFirehoseInputUpdate (Maybe Text)
Documentation
data KinesisFirehoseInputUpdate Source #
When updating application input configuration, provides information about an Amazon Kinesis Firehose delivery stream as the streaming source.
See: newKinesisFirehoseInputUpdate
smart constructor.
KinesisFirehoseInputUpdate' | |
|
Instances
newKinesisFirehoseInputUpdate :: KinesisFirehoseInputUpdate Source #
Create a value of KinesisFirehoseInputUpdate
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:KinesisFirehoseInputUpdate'
, kinesisFirehoseInputUpdate_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:KinesisFirehoseInputUpdate'
, kinesisFirehoseInputUpdate_resourceARNUpdate
- Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery
stream to read.
kinesisFirehoseInputUpdate_roleARNUpdate :: Lens' KinesisFirehoseInputUpdate (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.
kinesisFirehoseInputUpdate_resourceARNUpdate :: Lens' KinesisFirehoseInputUpdate (Maybe Text) Source #
Amazon Resource Name (ARN) of the input Amazon Kinesis Firehose delivery stream to read.