| 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.RecordColumn
Description
Synopsis
Documentation
data RecordColumn Source #
Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.
Also used to describe the format of the reference data source.
See: newRecordColumn smart constructor.
Constructors
| RecordColumn' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> RecordColumn |
Create a value of RecordColumn 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:mapping:RecordColumn', recordColumn_mapping - Reference to the data element in the streaming input or the reference
data source. This element is required if the
RecordFormatType
is JSON.
$sel:name:RecordColumn', recordColumn_name - Name of the column created in the in-application input stream or
reference table.
$sel:sqlType:RecordColumn', recordColumn_sqlType - Type of column created in the in-application input stream or reference
table.
recordColumn_mapping :: Lens' RecordColumn (Maybe Text) Source #
Reference to the data element in the streaming input or the reference
data source. This element is required if the
RecordFormatType
is JSON.
recordColumn_name :: Lens' RecordColumn Text Source #
Name of the column created in the in-application input stream or reference table.
recordColumn_sqlType :: Lens' RecordColumn Text Source #
Type of column created in the in-application input stream or reference table.