aws.personalize.list_filters
Example SQL Queries
SELECT * FROMaws.personalize.list_filters;Description
Lists all filters that belong to a given dataset group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dataset_group_arn Input Column The ARN of the dataset group to which the filter belongs. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_date_time The time at which the filter was created. | TIMESTAMP_S |
| failure_reason If the filter failed, the reason for the failure. | VARCHAR |
| filter_arn The ARN of the filter. | VARCHAR |
| last_updated_date_time The time at which the filter was last updated. | TIMESTAMP_S |
| name The name of the filter. | VARCHAR |
| status The status of the filter. | VARCHAR |