| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.S3Source
Description
Synopsis
Documentation
A physical table type for an S3 data source.
See: newS3Source smart constructor.
Constructors
| S3Source' | |
Fields
| |
Instances
| FromJSON S3Source Source # | |
| ToJSON S3Source Source # | |
Defined in Amazonka.QuickSight.Types.S3Source | |
| Generic S3Source Source # | |
| Read S3Source Source # | |
| Show S3Source Source # | |
| NFData S3Source Source # | |
Defined in Amazonka.QuickSight.Types.S3Source | |
| Eq S3Source Source # | |
| Hashable S3Source Source # | |
Defined in Amazonka.QuickSight.Types.S3Source | |
| type Rep S3Source Source # | |
Defined in Amazonka.QuickSight.Types.S3Source type Rep S3Source = D1 ('MetaData "S3Source" "Amazonka.QuickSight.Types.S3Source" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" '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))))) | |
Arguments
| :: Text | |
| -> NonEmpty InputColumn | |
| -> S3Source |
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.