glue_update_schema: Updates the description, compatibility setting, or version...

View source: R/glue_operations.R

glue_update_schemaR Documentation

Updates the description, compatibility setting, or version checkpoint for a schema set

Description

Updates the description, compatibility setting, or version checkpoint for a schema set.

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

Usage

glue_update_schema(
  SchemaId,
  SchemaVersionNumber = NULL,
  Compatibility = NULL,
  Description = NULL
)

Arguments

SchemaId

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

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

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

SchemaVersionNumber

Version number required for check pointing. One of VersionNumber or Compatibility has to be provided.

Compatibility

The new compatibility setting for the schema.

Description

The new description for the schema.


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