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 |
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.
RecordColumn' | |
|
Instances
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.