| 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.S3DirectSourceAdditionalOptions
Description
Synopsis
- data S3DirectSourceAdditionalOptions = S3DirectSourceAdditionalOptions' {}
- newS3DirectSourceAdditionalOptions :: S3DirectSourceAdditionalOptions
- s3DirectSourceAdditionalOptions_boundedFiles :: Lens' S3DirectSourceAdditionalOptions (Maybe Integer)
- s3DirectSourceAdditionalOptions_boundedSize :: Lens' S3DirectSourceAdditionalOptions (Maybe Integer)
- s3DirectSourceAdditionalOptions_enableSamplePath :: Lens' S3DirectSourceAdditionalOptions (Maybe Bool)
- s3DirectSourceAdditionalOptions_samplePath :: Lens' S3DirectSourceAdditionalOptions (Maybe Text)
Documentation
data S3DirectSourceAdditionalOptions Source #
Specifies additional connection options for the Amazon S3 data store.
See: newS3DirectSourceAdditionalOptions smart constructor.
Constructors
| S3DirectSourceAdditionalOptions' | |
Fields
| |
Instances
newS3DirectSourceAdditionalOptions :: S3DirectSourceAdditionalOptions Source #
Create a value of S3DirectSourceAdditionalOptions 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:S3DirectSourceAdditionalOptions', s3DirectSourceAdditionalOptions_boundedFiles - Sets the upper limit for the target number of files that will be
processed.
$sel:boundedSize:S3DirectSourceAdditionalOptions', s3DirectSourceAdditionalOptions_boundedSize - Sets the upper limit for the target size of the dataset in bytes that
will be processed.
$sel:enableSamplePath:S3DirectSourceAdditionalOptions', s3DirectSourceAdditionalOptions_enableSamplePath - Sets option to enable a sample path.
$sel:samplePath:S3DirectSourceAdditionalOptions', s3DirectSourceAdditionalOptions_samplePath - If enabled, specifies the sample path.
s3DirectSourceAdditionalOptions_boundedFiles :: Lens' S3DirectSourceAdditionalOptions (Maybe Integer) Source #
Sets the upper limit for the target number of files that will be processed.
s3DirectSourceAdditionalOptions_boundedSize :: Lens' S3DirectSourceAdditionalOptions (Maybe Integer) Source #
Sets the upper limit for the target size of the dataset in bytes that will be processed.
s3DirectSourceAdditionalOptions_enableSamplePath :: Lens' S3DirectSourceAdditionalOptions (Maybe Bool) Source #
Sets option to enable a sample path.
s3DirectSourceAdditionalOptions_samplePath :: Lens' S3DirectSourceAdditionalOptions (Maybe Text) Source #
If enabled, specifies the sample path.