glue_get_schema_version: Get the specified schema by its unique ID assigned when a...

View source: R/glue_operations.R

glue_get_schema_versionR Documentation

Get the specified schema by its unique ID assigned when a version of the schema is created or registered

Description

Get the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.

See https://www.paws-r-sdk.com/docs/glue_get_schema_version/ for full documentation.

Usage

glue_get_schema_version(
  SchemaId = NULL,
  SchemaVersionId = NULL,
  SchemaVersionNumber = NULL
)

Arguments

SchemaId

This is a wrapper structure to contain schema identity fields. The structure contains:

  • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

  • SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

SchemaVersionId

The SchemaVersionId of the schema version. This field is required for fetching by schema ID. Either this or the SchemaId wrapper has to be provided.

SchemaVersionNumber

The version number of the schema.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.