Data Source schema for AWS::CustomerProfiles::CalculatedAttributeDefinition
id
(String) Uniquely identifies the resource.attribute_details
(Attributes) Mathematical expression and a list of attribute items specified in that expression. (see below for nested schema)calculated_attribute_name
(String) The unique name of the calculated attribute.conditions
(Attributes) The conditions including range, object count, and threshold for the calculated attribute. (see below for nested schema)created_at
(String) The timestamp of when the calculated attribute definition was created.description
(String) The description of the calculated attribute.display_name
(String) The display name of the calculated attribute.domain_name
(String) The unique name of the domain.last_updated_at
(String) The timestamp of when the calculated attribute definition was most recently edited.statistic
(String) The aggregation operation to perform for the calculated attribute.tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)attribute_details
Read-Only:
attributes
(Attributes Set) A list of attribute items specified in the mathematical expression. (see below for nested schema)expression
(String) Mathematical expression that is performed on attribute items provided in the attribute list. Each element in the expression should follow the structure of "{ObjectTypeName.AttributeName}".attribute_details.attributes
Read-Only:
name
(String) The name of an attribute defined in a profile object type.conditions
Read-Only:
object_count
(Number) The number of profile objects used for the calculated attribute.range
(Attributes) The relative time period over which data is included in the aggregation. (see below for nested schema)threshold
(Attributes) The threshold for the calculated attribute. (see below for nested schema)conditions.range
Read-Only:
unit
(String) The unit of time.value
(Number) The amount of time of the specified unit.conditions.threshold
Read-Only:
operator
(String) The operator of the threshold.value
(String) The value of the threshold.tags
Read-Only:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.