Create Schema
| schemas_create_schema | R Documentation |
Creates a schema definition¶
Description¶
Creates a schema definition.
Inactive schemas will be deleted after two years.
Usage¶
Arguments¶
Content[required] The source of the schema definition.
DescriptionA description of the schema.
RegistryName[required] The name of the registry.
SchemaName[required] The name of the schema.
TagsTags associated with the schema.
Type[required] The type of 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"
)
)