| 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.ExportingConfig
Description
Documentation
data ExportingConfig Source #
Configuration information about the S3 bucket where Identity Resolution Jobs writes result files.
You need to give Customer Profiles service principal write permission to your S3 bucket. Otherwise, you'll get an exception in the API response. For an example policy, see Amazon Connect Customer Profiles cross-service confused deputy prevention.
See: newExportingConfig smart constructor.
Constructors
| ExportingConfig' | |
Fields
| |
Instances
newExportingConfig :: ExportingConfig Source #
Create a value of ExportingConfig 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:s3Exporting:ExportingConfig', exportingConfig_s3Exporting - The S3 location where Identity Resolution Jobs write result files.
exportingConfig_s3Exporting :: Lens' ExportingConfig (Maybe S3ExportingConfig) Source #
The S3 location where Identity Resolution Jobs write result files.