aws.datazone.list_asset_filters
Example SQL Queries
SELECT * FROMaws.datazone.list_asset_filtersWHERE"asset_identifier" = 'VALUE'AND "domain_identifier" = 'VALUE';Description
Lists asset filters.
Table Definition
| Column Name | Column Data Type |
|---|---|
| asset_identifier Required Input Column The ID of the data asset. | VARCHAR |
| domain_identifier Required Input Column The ID of the domain where you want to list asset filters. | VARCHAR |
| status Input Column The status of the asset filter. | 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 |
| asset_id The ID of the data asset. | VARCHAR |
| created_at The timestamp at which the asset filter was created. | TIMESTAMP_S |
| description The description of the asset filter. | VARCHAR |
| domain_id The ID of the domain where the asset filter lives. | VARCHAR |
| effective_column_names The effective column names of the asset filter. | VARCHAR[] |
Show child fields
| |
| effective_row_filter The effective row filter of the asset filter. | VARCHAR |
| error_message The error message that is displayed if the action does not succeed. | VARCHAR |
| id The ID of the asset filter. | VARCHAR |
| name The name of the asset filter. | VARCHAR |