| 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.AppFlow.Types.S3InputFormatConfig
Description
Documentation
data S3InputFormatConfig Source #
When you use Amazon S3 as the source, the configuration format that you provide the flow input data.
See: newS3InputFormatConfig smart constructor.
Constructors
| S3InputFormatConfig' | |
Fields
| |
Instances
newS3InputFormatConfig :: S3InputFormatConfig Source #
Create a value of S3InputFormatConfig 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:s3InputFileType:S3InputFormatConfig', s3InputFormatConfig_s3InputFileType - The file type that Amazon AppFlow gets from your Amazon S3 bucket.
s3InputFormatConfig_s3InputFileType :: Lens' S3InputFormatConfig (Maybe S3InputFileType) Source #
The file type that Amazon AppFlow gets from your Amazon S3 bucket.