amazonka-databrew-2.0: Amazon Glue DataBrew 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.DataBrew.Types.OutputFormatOptions

Description

 
Synopsis

Documentation

data OutputFormatOptions Source #

Represents a set of options that define the structure of comma-separated (CSV) job output.

See: newOutputFormatOptions smart constructor.

Constructors

OutputFormatOptions' 

Fields

  • csv :: Maybe CsvOutputOptions

    Represents a set of options that define the structure of comma-separated value (CSV) job output.

Instances

Instances details
FromJSON OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

ToJSON OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Generic OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Associated Types

type Rep OutputFormatOptions :: Type -> Type #

Read OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Show OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

NFData OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Methods

rnf :: OutputFormatOptions -> () #

Eq OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Hashable OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

type Rep OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

type Rep OutputFormatOptions = D1 ('MetaData "OutputFormatOptions" "Amazonka.DataBrew.Types.OutputFormatOptions" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "OutputFormatOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "csv") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CsvOutputOptions))))

newOutputFormatOptions :: OutputFormatOptions Source #

Create a value of OutputFormatOptions 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:OutputFormatOptions', outputFormatOptions_csv - Represents a set of options that define the structure of comma-separated value (CSV) job output.

outputFormatOptions_csv :: Lens' OutputFormatOptions (Maybe CsvOutputOptions) Source #

Represents a set of options that define the structure of comma-separated value (CSV) job output.