aws.schemas.search_schemas
Example SQL Queries
SELECT * FROMaws.schemas.search_schemasWHERE"registry_name" = 'VALUE'AND "keywords" = 'VALUE';Description
Search the schemas
Table Definition
| Column Name | Column Data Type |
|---|---|
| keywords Required Input Column Specifying this limits the results to only schemas that include the provided keywords. | VARCHAR |
| registry_name Required Input Column The name of the registry. | 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 |
| schema_arn The ARN of the schema. | VARCHAR |
| schema_name The name of the schema. | VARCHAR |
| schema_versions An array of schema version summaries. | STRUCT( |
Show child fields
| |