Skip to main content

calculated_attribute_definition

Gets an individual calculated_attribute_definition resource

Overview

Namecalculated_attribute_definition
TypeResource
Descriptioncalculated_attribute_definition
Idawscc.customerprofiles.calculated_attribute_definition

Fields

NameDatatypeDescription
domain_namestring
calculated_attribute_namestring
display_namestring
descriptionstring
attribute_detailsobject
conditionsobject
statisticstring
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.
tagsarray
regionstringAWS 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