Update Schema
| schemas_update_schema | R Documentation |
Updates the schema definition¶
Description¶
Updates the schema definition
Inactive schemas will be deleted after two years.
Usage¶
Arguments¶
ClientTokenIdThe ID of the client token.
ContentThe source of the schema definition.
DescriptionThe description of the schema.
RegistryName[required] The name of the registry.
SchemaName[required] The name of the schema.
TypeThe schema type for the events schema.
Value¶
A list with the following syntax:
list(
Description = "string",
LastModified = as.POSIXct(
"2015-01-01"
),
SchemaArn = "string",
SchemaName = "string",
SchemaVersion = "string",
Tags = list(
"string"
),
Type = "string",
VersionCreatedDate = as.POSIXct(
"2015-01-01"
)
)