create_connect_client_add_in
(**kwargs)¶Creates a client-add-in for Amazon Connect within a directory. You can create only one Amazon Connect client add-in within a directory.
This client add-in allows WorkSpaces users to seamlessly connect to Amazon Connect.
See also: AWS API Documentation
Request Syntax
response = client.create_connect_client_add_in(
ResourceId='string',
Name='string',
URL='string'
)
[REQUIRED]
The directory identifier for which to configure the client add-in.
[REQUIRED]
The name of the client add-in.
[REQUIRED]
The endpoint URL of the Amazon Connect client add-in.
dict
Response Syntax
{
'AddInId': 'string'
}
Response Structure
(dict) --
AddInId (string) --
The client add-in identifier.
Exceptions
WorkSpaces.Client.exceptions.InvalidParameterValuesException
WorkSpaces.Client.exceptions.ResourceNotFoundException
WorkSpaces.Client.exceptions.ResourceCreationFailedException
WorkSpaces.Client.exceptions.ResourceAlreadyExistsException
WorkSpaces.Client.exceptions.AccessDeniedException