| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisAnalytics.Types.KinesisFirehoseOutputUpdate
Description
Synopsis
- data KinesisFirehoseOutputUpdate = KinesisFirehoseOutputUpdate' {}
- newKinesisFirehoseOutputUpdate :: KinesisFirehoseOutputUpdate
- kinesisFirehoseOutputUpdate_resourceARNUpdate :: Lens' KinesisFirehoseOutputUpdate (Maybe Text)
- kinesisFirehoseOutputUpdate_roleARNUpdate :: Lens' KinesisFirehoseOutputUpdate (Maybe Text)
Documentation
data KinesisFirehoseOutputUpdate Source #
When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis Firehose delivery stream configured as the destination.
See: newKinesisFirehoseOutputUpdate smart constructor.
Constructors
| KinesisFirehoseOutputUpdate' | |
Fields
| |
Instances
newKinesisFirehoseOutputUpdate :: KinesisFirehoseOutputUpdate Source #
Create a value of KinesisFirehoseOutputUpdate 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:resourceARNUpdate:KinesisFirehoseOutputUpdate', kinesisFirehoseOutputUpdate_resourceARNUpdate - Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery
stream to write to.
$sel:roleARNUpdate:KinesisFirehoseOutputUpdate', kinesisFirehoseOutputUpdate_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.
kinesisFirehoseOutputUpdate_resourceARNUpdate :: Lens' KinesisFirehoseOutputUpdate (Maybe Text) Source #
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream to write to.
kinesisFirehoseOutputUpdate_roleARNUpdate :: Lens' KinesisFirehoseOutputUpdate (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.