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 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.
KinesisStreamsOutputUpdate' | |
|
Instances
Eq KinesisStreamsOutputUpdate Source # | |
Read KinesisStreamsOutputUpdate Source # | |
Show KinesisStreamsOutputUpdate Source # | |
Generic KinesisStreamsOutputUpdate Source # | |
NFData KinesisStreamsOutputUpdate Source # | |
Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsOutputUpdate rnf :: KinesisStreamsOutputUpdate -> () # | |
Hashable KinesisStreamsOutputUpdate Source # | |
ToJSON KinesisStreamsOutputUpdate Source # | |
type Rep KinesisStreamsOutputUpdate Source # | |
Defined in Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsOutputUpdate type Rep KinesisStreamsOutputUpdate = D1 ('MetaData "KinesisStreamsOutputUpdate" "Amazonka.KinesisAnalyticsV2.Types.KinesisStreamsOutputUpdate" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "KinesisStreamsOutputUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARNUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
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.