aws.customer_profiles.list_calculated_attributes_for_profile
Example SQL Queries
SELECT * FROMaws.customer_profiles.list_calculated_attributes_for_profileWHERE"domain_name" = 'VALUE'AND "profile_id" = 'VALUE';Description
Retrieve a list of calculated attributes for a customer profile.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 |
| max_results Input Column The maximum number of calculated attributes returned per page. | BIGINT |
| next_token Input Column The pagination token from the previous call to ListCalculatedAttributesForProfile. | 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
| |
| items The list of calculated attributes. | STRUCT( |
Show child fields
| |