calculated_attribute_definition
Gets an individual calculated_attribute_definition
resource
Overview
Name | calculated_attribute_definition |
Type | Resource |
Description | calculated_attribute_definition |
Id | awscc.customerprofiles.calculated_attribute_definition |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | |
calculated_attribute_name | string | |
display_name | string | |
description | string | |
attribute_details | object | |
conditions | object | |
statistic | string | |
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 | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain_name,
calculated_attribute_name,
display_name,
description,
attribute_details,
conditions,
statistic,
created_at,
last_updated_at,
tags
FROM awscc.customerprofiles.calculated_attribute_definition
WHERE data__Identifier = '<DomainName>|<CalculatedAttributeName>';
Permissions
To operate on the calculated_attribute_definition
resource, the following permissions are required:
Read
profile:GetCalculatedAttributeDefinition
Update
profile:GetCalculatedAttributeDefinition,
profile:UpdateCalculatedAttributeDefinition,
profile:UntagResource,
profile:TagResource
Delete
profile:DeleteCalculatedAttributeDefinition