aws.customer_profiles.list_rule_based_matches
Example SQL Queries
SELECT * FROMaws.customer_profiles.list_rule_based_matchesWHERE"domain_name" = 'VALUE';Description
Returns a set of MatchIds that belong to the given domain.
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 MatchIds returned per page. | BIGINT |
| next_token Input Column The pagination token from the previous ListRuleBasedMatches API call. | 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
| |
| match_ids The list of MatchIds for the given domain. | VARCHAR[] |
Show child fields
| |