--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_glue_schema_version Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Glue::SchemaVersion --- # awscc_glue_schema_version (Data Source) Data Source schema for AWS::Glue::SchemaVersion ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `schema` (Attributes) Identifier for the schema where the schema version will be created. (see [below for nested schema](#nestedatt--schema)) - `schema_definition` (String) Complete definition of the schema in plain-text. - `version_id` (String) Represents the version ID associated with the schema version. ### Nested Schema for `schema` Read-Only: - `registry_name` (String) Name of the registry to identify where the Schema is located. - `schema_arn` (String) Amazon Resource Name for the Schema. This attribute can be used to uniquely represent the Schema. - `schema_name` (String) Name of the schema. This parameter requires RegistryName to be provided.