aws.customer_profiles.get_calculated_attribute_for_profile
Example SQL Queries
SELECT * FROMaws.customer_profiles.get_calculated_attribute_for_profileWHERE"domain_name" = 'VALUE'AND "profile_id" = 'VALUE'AND "calculated_attribute_name" = 'VALUE';Description
Retrieve a calculated attribute for a customer profile.
Table Definition
| Column Name | Column Data Type |
|---|---|
| calculated_attribute_name Required Input Column The unique name of the calculated attribute. | VARCHAR |
| domain_name Required Input Column The unique name of the domain. | VARCHAR |
| profile_id Required Input Column The unique identifier of a customer profile. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| display_name The display name of the calculated attribute. | VARCHAR |
| is_data_partial Indicates whether the calculated attribute’s value is based on partial data. If data is partial, it is set to true. | VARCHAR |
| value The value of the calculated attribute. | VARCHAR |