| 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.OutputUpdate
Description
Synopsis
- data OutputUpdate = OutputUpdate' {}
- newOutputUpdate :: Text -> OutputUpdate
- outputUpdate_destinationSchemaUpdate :: Lens' OutputUpdate (Maybe DestinationSchema)
- outputUpdate_kinesisFirehoseOutputUpdate :: Lens' OutputUpdate (Maybe KinesisFirehoseOutputUpdate)
- outputUpdate_kinesisStreamsOutputUpdate :: Lens' OutputUpdate (Maybe KinesisStreamsOutputUpdate)
- outputUpdate_lambdaOutputUpdate :: Lens' OutputUpdate (Maybe LambdaOutputUpdate)
- outputUpdate_nameUpdate :: Lens' OutputUpdate (Maybe Text)
- outputUpdate_outputId :: Lens' OutputUpdate Text
Documentation
data OutputUpdate Source #
For a SQL-based Kinesis Data Analytics application, describes updates to
the output configuration identified by the OutputId.
See: newOutputUpdate smart constructor.
Constructors
| OutputUpdate' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> OutputUpdate |
Create a value of OutputUpdate 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:destinationSchemaUpdate:OutputUpdate', outputUpdate_destinationSchemaUpdate - Describes the data format when records are written to the destination.
$sel:kinesisFirehoseOutputUpdate:OutputUpdate', outputUpdate_kinesisFirehoseOutputUpdate - Describes a Kinesis Data Firehose delivery stream as the destination for
the output.
$sel:kinesisStreamsOutputUpdate:OutputUpdate', outputUpdate_kinesisStreamsOutputUpdate - Describes a Kinesis data stream as the destination for the output.
$sel:lambdaOutputUpdate:OutputUpdate', outputUpdate_lambdaOutputUpdate - Describes an Amazon Lambda function as the destination for the output.
$sel:nameUpdate:OutputUpdate', outputUpdate_nameUpdate - If you want to specify a different in-application stream for this output
configuration, use this field to specify the new in-application stream
name.
$sel:outputId:OutputUpdate', outputUpdate_outputId - Identifies the specific output configuration that you want to update.
outputUpdate_destinationSchemaUpdate :: Lens' OutputUpdate (Maybe DestinationSchema) Source #
Describes the data format when records are written to the destination.
outputUpdate_kinesisFirehoseOutputUpdate :: Lens' OutputUpdate (Maybe KinesisFirehoseOutputUpdate) Source #
Describes a Kinesis Data Firehose delivery stream as the destination for the output.
outputUpdate_kinesisStreamsOutputUpdate :: Lens' OutputUpdate (Maybe KinesisStreamsOutputUpdate) Source #
Describes a Kinesis data stream as the destination for the output.
outputUpdate_lambdaOutputUpdate :: Lens' OutputUpdate (Maybe LambdaOutputUpdate) Source #
Describes an Amazon Lambda function as the destination for the output.
outputUpdate_nameUpdate :: Lens' OutputUpdate (Maybe Text) Source #
If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
outputUpdate_outputId :: Lens' OutputUpdate Text Source #
Identifies the specific output configuration that you want to update.