aws.datazone.search_listings
Example SQL Queries
SELECT * FROMaws.datazone.search_listingsWHERE"domain_identifier" = 'VALUE';Description
Searches listings (records of an asset at a given time) in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The identifier of the domain in which to search listings. | VARCHAR |
| additional_attributes Input Column Specifies additional attributes for the search. | VARCHAR[] |
Show child fields
| |
| filters Input Column Specifies the filters for the search of listings. | STRUCT( |
Show child fields
| |
| search_in Input Column The details of the search. | STRUCT( |
Show child fields
| |
| search_text Input Column Specifies the text for which to search. | VARCHAR |
| sort Input Column Specifies the way for sorting the search results. | STRUCT( |
Show child fields
| |
| _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 |
| items The results of the SearchListings action. | STRUCT( |
Show child fields
| |
| total_match_count Total number of search results. | BIGINT |