schemas_update_schema {paws.application.integration} | R Documentation |
Updates the schema definition
Description
Updates the schema definition
See https://www.paws-r-sdk.com/docs/schemas_update_schema/ for full documentation.
Usage
schemas_update_schema(
ClientTokenId = NULL,
Content = NULL,
Description = NULL,
RegistryName,
SchemaName,
Type = NULL
)
Arguments
ClientTokenId |
The ID of the client token. |
Content |
The source of the schema definition. |
Description |
The description of the schema. |
RegistryName |
[required] The name of the registry. |
SchemaName |
[required] The name of the schema. |
Type |
The schema type for the events schema. |
[Package paws.application.integration version 0.9.0 Index]