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. |
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