amazonka-finspace-data-2.0: Amazon FinSpace Public API SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FinSpaceData.Types.DataViewDestinationTypeParams

Description

 
Synopsis

Documentation

data DataViewDestinationTypeParams Source #

Structure for the Dataview destination type parameters.

See: newDataViewDestinationTypeParams smart constructor.

Constructors

DataViewDestinationTypeParams' 

Fields

Instances

Instances details
FromJSON DataViewDestinationTypeParams Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.DataViewDestinationTypeParams

ToJSON DataViewDestinationTypeParams Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.DataViewDestinationTypeParams

Generic DataViewDestinationTypeParams Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.DataViewDestinationTypeParams

Associated Types

type Rep DataViewDestinationTypeParams :: Type -> Type #

Read DataViewDestinationTypeParams Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.DataViewDestinationTypeParams

Show DataViewDestinationTypeParams Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.DataViewDestinationTypeParams

NFData DataViewDestinationTypeParams Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.DataViewDestinationTypeParams

Eq DataViewDestinationTypeParams Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.DataViewDestinationTypeParams

Hashable DataViewDestinationTypeParams Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.DataViewDestinationTypeParams

type Rep DataViewDestinationTypeParams Source # 
Instance details

Defined in Amazonka.FinSpaceData.Types.DataViewDestinationTypeParams

type Rep DataViewDestinationTypeParams = D1 ('MetaData "DataViewDestinationTypeParams" "Amazonka.FinSpaceData.Types.DataViewDestinationTypeParams" "amazonka-finspace-data-2.0-Io6eLKJnFUxHbvASHvgCzj" 'False) (C1 ('MetaCons "DataViewDestinationTypeParams'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DestinationExportFileFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportFileFormat)) :*: (S1 ('MetaSel ('Just "s3DestinationExportFileFormatOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "destinationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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.