| 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.IoTAnalytics.Types.ParquetConfiguration
Description
Documentation
data ParquetConfiguration Source #
Contains the configuration information of the Parquet format.
See: newParquetConfiguration smart constructor.
Constructors
| ParquetConfiguration' | |
Fields
| |
Instances
newParquetConfiguration :: ParquetConfiguration Source #
Create a value of ParquetConfiguration 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:schemaDefinition:ParquetConfiguration', parquetConfiguration_schemaDefinition - Information needed to define a schema.
parquetConfiguration_schemaDefinition :: Lens' ParquetConfiguration (Maybe SchemaDefinition) Source #
Information needed to define a schema.