Skip to main content

calculated_attribute_definitions_list_only

Lists calculated_attribute_definitions in a region or regions, for all properties use calculated_attribute_definitions

Overview

Namecalculated_attribute_definitions_list_only
TypeResource
DescriptionA calculated attribute definition for Customer Profiles
Idaws.customerprofiles.calculated_attribute_definitions_list_only

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 calculated attribute.
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.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all calculated_attribute_definitions in a region.

SELECT
region,
domain_name,
calculated_attribute_name
FROM aws.customerprofiles.calculated_attribute_definitions_list_only
WHERE region = 'us-east-1';

Permissions

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