schemas_create_schema {paws.application.integration} | R 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. |
[Package paws.application.integration version 0.9.0 Index]