libZSservicesZSamazonka-databrewZSamazonka-databrew
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Read OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Show 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 #

NFData OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

Methods

rnf :: OutputFormatOptions -> () #

Hashable OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

ToJSON OutputFormatOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.OutputFormatOptions

FromJSON 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" "libZSservicesZSamazonka-databrewZSamazonka-databrew" '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.