Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
A physical table type for an S3 data source.
See: newS3Source
smart constructor.
S3Source' | |
|
Instances
Eq S3Source Source # | |
Read S3Source Source # | |
Show S3Source Source # | |
Generic S3Source Source # | |
NFData S3Source Source # | |
Defined in Amazonka.QuickSight.Types.S3Source | |
Hashable S3Source Source # | |
Defined in Amazonka.QuickSight.Types.S3Source | |
ToJSON S3Source Source # | |
Defined in Amazonka.QuickSight.Types.S3Source | |
FromJSON S3Source Source # | |
type Rep S3Source Source # | |
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))))) |
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.