| 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.FinSpaceData.Types.DataViewDestinationTypeParams
Description
Synopsis
- data DataViewDestinationTypeParams = DataViewDestinationTypeParams' {}
 - newDataViewDestinationTypeParams :: Text -> DataViewDestinationTypeParams
 - dataViewDestinationTypeParams_s3DestinationExportFileFormat :: Lens' DataViewDestinationTypeParams (Maybe ExportFileFormat)
 - dataViewDestinationTypeParams_s3DestinationExportFileFormatOptions :: Lens' DataViewDestinationTypeParams (Maybe (HashMap Text Text))
 - dataViewDestinationTypeParams_destinationType :: Lens' DataViewDestinationTypeParams Text
 
Documentation
data DataViewDestinationTypeParams Source #
Structure for the Dataview destination type parameters.
See: newDataViewDestinationTypeParams smart constructor.
Constructors
| DataViewDestinationTypeParams' | |
Fields 
  | |
Instances
newDataViewDestinationTypeParams Source #
Create a value of DataViewDestinationTypeParams 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:s3DestinationExportFileFormat:DataViewDestinationTypeParams', dataViewDestinationTypeParams_s3DestinationExportFileFormat - Dataview export file format.
PARQUET– Parquet export file format.DELIMITED_TEXT– Delimited text export file format.
$sel:s3DestinationExportFileFormatOptions:DataViewDestinationTypeParams', dataViewDestinationTypeParams_s3DestinationExportFileFormatOptions - Format Options for S3 Destination type.
Here is an example of how you could specify the
 s3DestinationExportFileFormatOptions
 { "header": "true", "delimiter": ",", "compression": "gzip" }$sel:destinationType:DataViewDestinationTypeParams', dataViewDestinationTypeParams_destinationType - Destination type for a Dataview.
GLUE_TABLE– Glue table destination type.S3– S3 destination type.
dataViewDestinationTypeParams_s3DestinationExportFileFormat :: Lens' DataViewDestinationTypeParams (Maybe ExportFileFormat) Source #
Dataview export file format.
PARQUET– Parquet export file format.DELIMITED_TEXT– Delimited text export file format.
dataViewDestinationTypeParams_s3DestinationExportFileFormatOptions :: Lens' DataViewDestinationTypeParams (Maybe (HashMap Text Text)) Source #
Format Options for S3 Destination type.
Here is an example of how you could specify the
 s3DestinationExportFileFormatOptions
 { "header": "true", "delimiter": ",", "compression": "gzip" }dataViewDestinationTypeParams_destinationType :: Lens' DataViewDestinationTypeParams Text Source #
Destination type for a Dataview.
GLUE_TABLE– Glue table destination type.S3– S3 destination type.