Calculated Attribute Definition Args
data class CalculatedAttributeDefinitionArgs(val attributeDetails: Output<CalculatedAttributeDefinitionAttributeDetailsArgs>? = null, val calculatedAttributeName: Output<String>? = null, val conditions: Output<CalculatedAttributeDefinitionConditionsArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val domainName: Output<String>? = null, val statistic: Output<CalculatedAttributeDefinitionStatistic>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<CalculatedAttributeDefinitionArgs>
A calculated attribute definition for Customer Profiles
Constructors
Link copied to clipboard
constructor(attributeDetails: Output<CalculatedAttributeDefinitionAttributeDetailsArgs>? = null, calculatedAttributeName: Output<String>? = null, conditions: Output<CalculatedAttributeDefinitionConditionsArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, domainName: Output<String>? = null, statistic: Output<CalculatedAttributeDefinitionStatistic>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
Mathematical expression and a list of attribute items specified in that expression.
Link copied to clipboard
The name of an attribute defined in a profile object type.
Link copied to clipboard
The conditions including range, object count, and threshold for the calculated attribute.
Link copied to clipboard
The description of the calculated attribute.
Link copied to clipboard
The display name of the calculated attribute.
Link copied to clipboard
The unique name of the domain.
Link copied to clipboard
The aggregation operation to perform for the calculated attribute.