calculated_attribute_definitions_list_only
Lists calculated_attribute_definitions
in a region or regions, for all properties use calculated_attribute_definitions
Overview
Name | calculated_attribute_definitions_list_only |
Type | Resource |
Description | A calculated attribute definition for Customer Profiles |
Id | aws.customerprofiles.calculated_attribute_definitions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The unique name of the domain. |
calculated_attribute_name | string | The unique name of the calculated attribute. |
display_name | string | The display name of the calculated attribute. |
description | string | The description of the calculated attribute. |
attribute_details | object | Mathematical expression and a list of attribute items specified in that expression. |
conditions | object | The conditions including range, object count, and threshold for the calculated attribute. |
statistic | string | The aggregation operation to perform for the calculated attribute. |
created_at | string | The timestamp of when the calculated attribute definition was created. |
last_updated_at | string | The timestamp of when the calculated attribute definition was most recently edited. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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