| 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.DynamoDB.Types.InputFormatOptions
Description
Documentation
data InputFormatOptions Source #
The format options for the data that was imported into the target table. There is one value, CsvOption.
See: newInputFormatOptions smart constructor.
Constructors
| InputFormatOptions' | |
Fields
| |
Instances
newInputFormatOptions :: InputFormatOptions Source #
Create a value of InputFormatOptions 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:csv:InputFormatOptions', inputFormatOptions_csv - The options for imported source files in CSV format. The values are
Delimiter and HeaderList.
inputFormatOptions_csv :: Lens' InputFormatOptions (Maybe CsvOptions) Source #
The options for imported source files in CSV format. The values are Delimiter and HeaderList.