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 |
Documentation
data S3ExportingConfig Source #
Configuration information about the S3 bucket where Identity Resolution Jobs write result files.
See: newS3ExportingConfig
smart constructor.
S3ExportingConfig' | |
|
Instances
Create a value of S3ExportingConfig
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:s3KeyName:S3ExportingConfig'
, s3ExportingConfig_s3KeyName
- The S3 key name of the location where Identity Resolution Jobs write
result files.
$sel:s3BucketName:S3ExportingConfig'
, s3ExportingConfig_s3BucketName
- The name of the S3 bucket where Identity Resolution Jobs write result
files.
s3ExportingConfig_s3KeyName :: Lens' S3ExportingConfig (Maybe Text) Source #
The S3 key name of the location where Identity Resolution Jobs write result files.
s3ExportingConfig_s3BucketName :: Lens' S3ExportingConfig Text Source #
The name of the S3 bucket where Identity Resolution Jobs write result files.