libZSservicesZSamazonka-quicksightZSamazonka-quicksight
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.QuickSight.Types.S3Source

Description

 
Synopsis

Documentation

data S3Source Source #

A physical table type for an S3 data source.

See: newS3Source smart constructor.

Constructors

S3Source' 

Fields

Instances

Instances details
Eq S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Read S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Show S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Generic S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Associated Types

type Rep S3Source :: Type -> Type #

Methods

from :: S3Source -> Rep S3Source x #

to :: Rep S3Source x -> S3Source #

NFData S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Methods

rnf :: S3Source -> () #

Hashable S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

Methods

hashWithSalt :: Int -> S3Source -> Int #

hash :: S3Source -> Int #

ToJSON S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

FromJSON S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

type Rep S3Source Source # 
Instance details

Defined in Amazonka.QuickSight.Types.S3Source

type Rep S3Source = D1 ('MetaData "S3Source" "Amazonka.QuickSight.Types.S3Source" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "S3Source'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uploadSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UploadSettings)) :*: (S1 ('MetaSel ('Just "dataSourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty InputColumn)))))

newS3Source Source #

Create a value of S3Source 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:uploadSettings:S3Source', s3Source_uploadSettings - Information about the format for the S3 source file or files.

$sel:dataSourceArn:S3Source', s3Source_dataSourceArn - The Amazon Resource Name (ARN) for the data source.

$sel:inputColumns:S3Source', s3Source_inputColumns - A physical table type for an S3 data source.

For files that aren't JSON, only STRING data types are supported in input columns.

s3Source_uploadSettings :: Lens' S3Source (Maybe UploadSettings) Source #

Information about the format for the S3 source file or files.

s3Source_dataSourceArn :: Lens' S3Source Text Source #

The Amazon Resource Name (ARN) for the data source.

s3Source_inputColumns :: Lens' S3Source (NonEmpty InputColumn) Source #

A physical table type for an S3 data source.

For files that aren't JSON, only STRING data types are supported in input columns.