CalculatedAttributeDefinitionArgs

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
val calculatedAttributeName: Output<String>? = null

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
val description: Output<String>? = null

The description of the calculated attribute.

Link copied to clipboard
val displayName: Output<String>? = null

The display name of the calculated attribute.

Link copied to clipboard
val domainName: Output<String>? = null

The unique name of the domain.

Link copied to clipboard

The aggregation operation to perform for the calculated attribute.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

Link copied to clipboard
open override fun toJava(): CalculatedAttributeDefinitionArgs