| 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.CustomerProfiles.Types.S3ExportingLocation
Description
Documentation
data S3ExportingLocation Source #
The S3 location where Identity Resolution Jobs write result files.
See: newS3ExportingLocation smart constructor.
Constructors
| S3ExportingLocation' | |
Instances
newS3ExportingLocation :: S3ExportingLocation Source #
Create a value of S3ExportingLocation 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:s3BucketName:S3ExportingLocation', s3ExportingLocation_s3BucketName - The name of the S3 bucket name where Identity Resolution Jobs write
result files.
$sel:s3KeyName:S3ExportingLocation', s3ExportingLocation_s3KeyName - The S3 key name of the location where Identity Resolution Jobs write
result files.
s3ExportingLocation_s3BucketName :: Lens' S3ExportingLocation (Maybe Text) Source #
The name of the S3 bucket name where Identity Resolution Jobs write result files.
s3ExportingLocation_s3KeyName :: Lens' S3ExportingLocation (Maybe Text) Source #
The S3 key name of the location where Identity Resolution Jobs write result files.