Class: Aws::EntityResolution::Types::CustomerProfilesIntegrationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::CustomerProfilesIntegrationConfig
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Specifies the configuration for integrating with Customer Profiles. This configuration enables Entity Resolution to send matched output directly to Customer Profiles instead of Amazon S3, creating a unified customer view by automatically updating customer profiles based on match clusters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.
-
#object_type_arn ⇒ String
The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.
Instance Attribute Details
#domain_arn ⇒ String
The Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.
584 585 586 587 588 589 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 584 class CustomerProfilesIntegrationConfig < Struct.new( :domain_arn, :object_type_arn) SENSITIVE = [] include Aws::Structure end |
#object_type_arn ⇒ String
The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.
584 585 586 587 588 589 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 584 class CustomerProfilesIntegrationConfig < Struct.new( :domain_arn, :object_type_arn) SENSITIVE = [] include Aws::Structure end |