workspaces_update_connect_client_add_in {paws.end.user.computing} | 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.
See https://www.paws-r-sdk.com/docs/workspaces_update_connect_client_add_in/ for full documentation.
Usage
workspaces_update_connect_client_add_in(
AddInId,
ResourceId,
Name = NULL,
URL = NULL
)
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. |
[Package paws.end.user.computing version 0.7.0 Index]