aws.customer_profiles.list_calculated_attribute_definitions
Example SQL Queries
SELECT * FROMaws.customer_profiles.list_calculated_attribute_definitionsWHERE"domain_name" = 'VALUE';Description
Lists calculated attribute definitions for Customer Profiles
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The unique name of the domain. | VARCHAR |
| max_results Input Column The maximum number of calculated attribute definitions returned per page. | BIGINT |
| next_token Input Column The pagination token from the previous call to ListCalculatedAttributeDefinitions. | 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 attribute definitions. | STRUCT( |
Show child fields
| |