Creates a new calculated attribute definition. After creation, new object data ingested into Customer Profiles will be included in the calculated attribute, which can be retrieved for a profile using the get_calculated_attribute_for_profile
API. Defining a calculated attribute makes it available for all profiles within a domain. Each calculated attribute can only reference one ObjectType
and at most, two fields from that ObjectType
.
See https://www.paws-r-sdk.com/docs/customerprofiles_create_calculated_attribute_definition/ for full documentation.
customerprofiles_create_calculated_attribute_definition(
DomainName,
CalculatedAttributeName,
DisplayName = NULL,
Description = NULL,
AttributeDetails,
Conditions = NULL,
Statistic,
Tags = NULL
)
[required] The unique name of the domain.
[required] The unique name of the calculated attribute.
The display name of the calculated attribute.
The description of the calculated attribute.
[required] Mathematical expression and a list of attribute items specified in that expression.
The conditions including range, object count, and threshold for the calculated attribute.
[required] The aggregation operation to perform for the calculated attribute.
The tags used to organize, track, or control access for this resource.