/AWS1/CL_ERNCUSPFLSINTGCONFIG¶
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.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domainarn TYPE /AWS1/ERNCUSPROFILESDOMAINARN /AWS1/ERNCUSPROFILESDOMAINARN¶
The Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.
iv_objecttypearn TYPE /AWS1/ERNCUSPFLSOBJECTTYPEARN /AWS1/ERNCUSPFLSOBJECTTYPEARN¶
The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.
Queryable Attributes¶
domainArn¶
The Amazon Resource Name (ARN) of the Customer Profiles domain where the matched output will be sent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINARN() |
Getter for DOMAINARN, with configurable default |
ASK_DOMAINARN() |
Getter for DOMAINARN w/ exceptions if field has no value |
HAS_DOMAINARN() |
Determine if DOMAINARN has a value |
objectTypeArn¶
The Amazon Resource Name (ARN) of the Customer Profiles object type that defines the structure for the matched customer data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTTYPEARN() |
Getter for OBJECTTYPEARN, with configurable default |
ASK_OBJECTTYPEARN() |
Getter for OBJECTTYPEARN w/ exceptions if field has no value |
HAS_OBJECTTYPEARN() |
Determine if OBJECTTYPEARN has a value |