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 #
For a SQL-based Kinesis Data Analytics application, 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
- A reference to the data element in the streaming input or the reference
data source.
$sel:name:RecordColumn'
, recordColumn_name
- The name of the column that is created in the in-application input
stream or reference table.
$sel:sqlType:RecordColumn'
, recordColumn_sqlType
- The type of column created in the in-application input stream or
reference table.
recordColumn_mapping :: Lens' RecordColumn (Maybe Text) Source #
A reference to the data element in the streaming input or the reference data source.
recordColumn_name :: Lens' RecordColumn Text Source #
The name of the column that is created in the in-application input stream or reference table.
recordColumn_sqlType :: Lens' RecordColumn Text Source #
The type of column created in the in-application input stream or reference table.