WorkSpaces / Client / create_connect_client_add_in
create_connect_client_add_in¶
- WorkSpaces.Client.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' ) - Parameters:
- ResourceId (string) – - [REQUIRED] - The directory identifier for which to configure the client add-in. 
- Name (string) – - [REQUIRED] - The name of the client add-in. 
- URL (string) – - [REQUIRED] - The endpoint URL of the Amazon Connect client add-in. 
 
- Return type:
- dict 
- Returns:
- 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