aws.schemas.describe_schema
Example SQL Queries
SELECT * FROMaws.schemas.describe_schemaWHERE"registry_name" = 'VALUE'AND "schema_name" = 'VALUE';Description
Retrieve the schema definition.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registry_name Required Input Column The name of the registry. | VARCHAR |
| schema_name Required Input Column The name of the schema. | VARCHAR |
| schema_version Input Column The version number of the schema | 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 |
| content The source of the schema definition. | VARCHAR |
| description The description of the schema. | VARCHAR |
| last_modified The date and time that schema was modified. | TIMESTAMP_S |
| schema_arn The ARN of the schema. | VARCHAR |
| tags Tags associated with the resource. | MAP(VARCHAR, VARCHAR) |
| type The type of the schema. | VARCHAR |
| version_created_date The date the schema version was created. | TIMESTAMP_S |