Update Connect Client Add In
workspaces_update_connect_client_add_in | R Documentation |
Updates a Amazon Connect client add-in¶
Description¶
Updates a Amazon Connect client add-in. Use this action to update the name and endpoint URL of a Amazon Connect client add-in.
Usage¶
workspaces_update_connect_client_add_in(AddInId, ResourceId, Name, URL)
Arguments¶
AddInId |
[required] The identifier of the client add-in to update. |
ResourceId |
[required] The directory identifier for which the client add-in is configured. |
Name |
The name of the client add-in. |
URL |
The endpoint URL of the Amazon Connect client add-in. |
Value¶
An empty list.
Request syntax¶
svc$update_connect_client_add_in(
AddInId = "string",
ResourceId = "string",
Name = "string",
URL = "string"
)