aws.datazone.search
Example SQL Queries
SELECT * FROMaws.datazone.searchWHERE"domain_identifier" = 'VALUE'AND "search_scope" = 'VALUE';Description
Searches for assets in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The identifier of the Amazon DataZone domain. | VARCHAR |
| search_scope Required Input Column The scope of the search. | VARCHAR |
| additional_attributes Input Column Specifies additional attributes for the Search action. | VARCHAR[] |
Show child fields
| |
| filters Input Column Specifies the search filters. | STRUCT( |
Show child fields
| |
| owning_project_identifier Input Column The identifier of the owning project specified for the search. | VARCHAR |
| 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 in which the search results are to be sorted. | 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 Search action. | STRUCT( |
Show child fields
| |
| total_match_count Total number of search results. | BIGINT |