Update View Metadata
connect_update_view_metadata | R Documentation |
Updates the view metadata¶
Description¶
Updates the view metadata. Note that either Name
or Description
must
be provided.
Usage¶
Arguments¶
InstanceId
[required] The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
ViewId
[required] The identifier of the view. Both
ViewArn
andViewId
can be used.Name
The name of the view.
Description
The description of the view.
Value¶
An empty list.