Update Schema
| clouddirectory_update_schema | R Documentation | 
Updates the schema name with a new name¶
Description¶
Updates the schema name with a new name. Only development schema names can be updated.
Usage¶
clouddirectory_update_schema(SchemaArn, Name)
Arguments¶
| SchemaArn | [required] The Amazon Resource Name (ARN) of the development schema. For more information, see arns. | 
| Name | [required] The name of the schema. | 
Value¶
A list with the following syntax:
list(
  SchemaArn = "string"
)
Request syntax¶
svc$update_schema(
  SchemaArn = "string",
  Name = "string"
)