calculated_attribute_definition_tags
Expands all tag keys and values for calculated_attribute_definitions
in a region
Overview
Name | calculated_attribute_definition_tags |
Type | Resource |
Description | A calculated attribute definition for Customer Profiles |
Id | aws.customerprofiles.calculated_attribute_definition_tags |
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 event trigger. |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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