Export Schema
schemas_export_schema | R Documentation |
Export schema¶
Description¶
Export schema
Usage¶
Arguments¶
RegistryName
[required] The name of the registry.
SchemaName
[required] The name of the schema.
SchemaVersion
Specifying this limits the results to only this schema version.
Type
[required]
Value¶
A list with the following syntax:
list(
Content = "string",
SchemaArn = "string",
SchemaName = "string",
SchemaVersion = "string",
Type = "string"
)