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
- data FileFormatConfiguration = FileFormatConfiguration' {}
- newFileFormatConfiguration :: FileFormatConfiguration
- fileFormatConfiguration_jsonConfiguration :: Lens' FileFormatConfiguration (Maybe JsonConfiguration)
- fileFormatConfiguration_parquetConfiguration :: Lens' FileFormatConfiguration (Maybe ParquetConfiguration)
Documentation
data FileFormatConfiguration Source #
Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.
The default file format is JSON. You can specify only one format.
You can't change the file format after you create the data store.
See: newFileFormatConfiguration
smart constructor.
FileFormatConfiguration' | |
|
Instances
newFileFormatConfiguration :: FileFormatConfiguration Source #
Create a value of FileFormatConfiguration
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:jsonConfiguration:FileFormatConfiguration'
, fileFormatConfiguration_jsonConfiguration
- Contains the configuration information of the JSON format.
$sel:parquetConfiguration:FileFormatConfiguration'
, fileFormatConfiguration_parquetConfiguration
- Contains the configuration information of the Parquet format.
fileFormatConfiguration_jsonConfiguration :: Lens' FileFormatConfiguration (Maybe JsonConfiguration) Source #
Contains the configuration information of the JSON format.
fileFormatConfiguration_parquetConfiguration :: Lens' FileFormatConfiguration (Maybe ParquetConfiguration) Source #
Contains the configuration information of the Parquet format.