Class: Aws::CustomerProfiles::Types::ExportingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ExportingConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Configuration information about the S3 bucket where Identity Resolution Jobs writes result files.
<note markdown=“1”> 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].
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_exporting ⇒ Types::S3ExportingConfig
The S3 location where Identity Resolution Jobs write result files.
Instance Attribute Details
#s3_exporting ⇒ Types::S3ExportingConfig
The S3 location where Identity Resolution Jobs write result files.
2341 2342 2343 2344 2345 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2341 class ExportingConfig < Struct.new( :s3_exporting) SENSITIVE = [] include Aws::Structure end |