Skip to main content

calculated_attribute_definition_tags

Expands all tag keys and values for calculated_attribute_definitions in a region

Overview

Namecalculated_attribute_definition_tags
TypeResource
DescriptionA calculated attribute definition for Customer Profiles
Idaws.customerprofiles.calculated_attribute_definition_tags

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
calculated_attribute_namestringThe unique name of the calculated attribute.
display_namestringThe display name of the calculated attribute.
descriptionstringThe description of the event trigger.
attribute_detailsobjectMathematical expression and a list of attribute items specified in that expression.
conditionsobjectThe conditions including range, object count, and threshold for the calculated attribute.
statisticstringThe aggregation operation to perform for the calculated attribute.
created_atstringThe timestamp of when the calculated attribute definition was created.
last_updated_atstringThe timestamp of when the calculated attribute definition was most recently edited.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all calculated_attribute_definitions in a region.

SELECT
region,
domain_name,
calculated_attribute_name,
display_name,
description,
attribute_details,
conditions,
statistic,
created_at,
last_updated_at,
tag_key,
tag_value
FROM aws.customerprofiles.calculated_attribute_definition_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the calculated_attribute_definition_tags resource, see calculated_attribute_definitions