schemas_create_schema: Creates a schema definition

View source: R/schemas_operations.R

schemas_create_schemaR Documentation

Creates a schema definition

Description

Creates a schema definition.

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

Usage

schemas_create_schema(
  Content,
  Description = NULL,
  RegistryName,
  SchemaName,
  Tags = NULL,
  Type
)

Arguments

Content

[required] The source of the schema definition.

Description

A description of the schema.

RegistryName

[required] The name of the registry.

SchemaName

[required] The name of the schema.

Tags

Tags associated with the schema.

Type

[required] The type of schema.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.