schema_version
Gets an individual schema_version
resource
Overview
Name | schema_version |
Type | Resource |
Description | schema_version |
Id | awscc.glue.schema_version |
Fields
Name | Datatype | Description |
---|---|---|
schema | object | |
schema_definition | string | Complete definition of the schema in plain-text. |
version_id | string | Represents the version ID associated with the schema version. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
schema,
schema_definition,
version_id
FROM awscc.glue.schema_version
WHERE data__Identifier = '<VersionId>';
Permissions
To operate on the schema_version
resource, the following permissions are required:
Read
glue:GetSchemaVersion
Delete
glue:DeleteSchemaVersions,
glue:GetSchemaVersion