aws.datazone.search_types
Example SQL Queries
SELECT * FROMaws.datazone.search_typesWHERE"domain_identifier" = 'VALUE'AND "managed" = 'VALUE'AND "search_scope" = 'VALUE';Description
Searches for types in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The identifier of the Amazon DataZone domain in which to invoke the SearchTypes action. | VARCHAR |
| managed Required Input Column Specifies whether the search is managed. | BOOLEAN |
| search_scope Required Input Column Specifies the scope of the search for types. | VARCHAR |
| filters Input Column The filters for the SearchTypes action. | 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 The specifies the way to sort the SearchTypes 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 SearchTypes action. | STRUCT( |
Show child fields
| |
| total_match_count Total number of search results. | BIGINT |