| 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.Glue.Types.S3SourceAdditionalOptions
Description
Synopsis
Documentation
data S3SourceAdditionalOptions Source #
Specifies additional connection options for the Amazon S3 data store.
See: newS3SourceAdditionalOptions smart constructor.
Constructors
| S3SourceAdditionalOptions' | |
Fields
| |
Instances
newS3SourceAdditionalOptions :: S3SourceAdditionalOptions Source #
Create a value of S3SourceAdditionalOptions 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:boundedFiles:S3SourceAdditionalOptions', s3SourceAdditionalOptions_boundedFiles - Sets the upper limit for the target number of files that will be
processed.
$sel:boundedSize:S3SourceAdditionalOptions', s3SourceAdditionalOptions_boundedSize - Sets the upper limit for the target size of the dataset in bytes that
will be processed.
s3SourceAdditionalOptions_boundedFiles :: Lens' S3SourceAdditionalOptions (Maybe Integer) Source #
Sets the upper limit for the target number of files that will be processed.
s3SourceAdditionalOptions_boundedSize :: Lens' S3SourceAdditionalOptions (Maybe Integer) Source #
Sets the upper limit for the target size of the dataset in bytes that will be processed.