Searches for assets in Amazon DataZone.
Search in Amazon DataZone is a powerful capability that enables users to discover and explore data assets, glossary terms, and data products across their organization. It provides both basic and advanced search functionality, allowing users to find resources based on names, descriptions, metadata, and other attributes. Search can be scoped to specific types of resources (like assets, glossary terms, or data products) and can be filtered using various criteria such as creation date, owner, or status. The search functionality is essential for making the wealth of data resources in an organization discoverable and usable, helping users find the right data for their needs quickly and efficiently.
Many search commands in Amazon DataZone are paginated, including
search and
search-types. When the result set is large, Amazon DataZone returns a
nextToken in the response. This token can be used to retrieve the next page of results.
Prerequisites:
- The --domain-identifier must refer to an existing Amazon DataZone domain.
- --search-scope must be one of: ASSET, GLOSSARY_TERM, DATA_PRODUCT, or GLOSSARY.
- The user must have search permissions in the specified domain.
- If using --filters, ensure that the JSON is well-formed and that each filter includes valid attribute and value keys.
- For paginated results, be prepared to use --next-token to fetch additional pages.
This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.