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.KinesisAnalyticsV2.Types.KinesisStreamsOutputUpdate
Description
Documentation
data KinesisStreamsOutputUpdate Source #
When you update a SQL-based Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about a Kinesis data stream that is configured as the destination.
See: newKinesisStreamsOutputUpdate
smart constructor.
Constructors
KinesisStreamsOutputUpdate' | |
Fields
|
Instances
newKinesisStreamsOutputUpdate Source #
Create a value of KinesisStreamsOutputUpdate
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:KinesisStreamsOutputUpdate'
, kinesisStreamsOutputUpdate_resourceARNUpdate
- The Amazon Resource Name (ARN) of the Kinesis data stream where you want
to write the output.
kinesisStreamsOutputUpdate_resourceARNUpdate :: Lens' KinesisStreamsOutputUpdate Text Source #
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.