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.S3TableOutputOptions

Description

 
Synopsis

Documentation

data S3TableOutputOptions Source #

Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.

See: newS3TableOutputOptions smart constructor.

Constructors

S3TableOutputOptions' 

Fields

  • location :: S3Location

    Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.

Instances

Instances details
Eq S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Read S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Show S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Generic S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Associated Types

type Rep S3TableOutputOptions :: Type -> Type #

NFData S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

Methods

rnf :: S3TableOutputOptions -> () #

Hashable S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

ToJSON S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

FromJSON S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

type Rep S3TableOutputOptions Source # 
Instance details

Defined in Amazonka.DataBrew.Types.S3TableOutputOptions

type Rep S3TableOutputOptions = D1 ('MetaData "S3TableOutputOptions" "Amazonka.DataBrew.Types.S3TableOutputOptions" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "S3TableOutputOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location)))

newS3TableOutputOptions Source #

Create a value of S3TableOutputOptions 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:location:S3TableOutputOptions', s3TableOutputOptions_location - Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.

s3TableOutputOptions_location :: Lens' S3TableOutputOptions S3Location Source #

Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.