Export Schema
schemas_export_schema | R Documentation |
Export schema¶
Description¶
Export schema
Usage¶
schemas_export_schema(RegistryName, SchemaName, SchemaVersion, Type)
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"
)
Request syntax¶
svc$export_schema(
RegistryName = "string",
SchemaName = "string",
SchemaVersion = "string",
Type = "string"
)