Connect / Client / create_use_case
create_use_case#
- Connect.Client.create_use_case(**kwargs)#
- Creates a use case for an integration association. - See also: AWS API Documentation - Request Syntax- response = client.create_use_case( InstanceId='string', IntegrationAssociationId='string', UseCaseType='RULES_EVALUATION'|'CONNECT_CAMPAIGNS', Tags={ 'string': 'string' } ) - Parameters:
- InstanceId (string) – - [REQUIRED] - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. 
- IntegrationAssociationId (string) – - [REQUIRED] - The identifier for the integration association. 
- UseCaseType (string) – - [REQUIRED] - The type of use case to associate to the integration association. Each integration association can have only one of each use case type. 
- Tags (dict) – - The tags used to organize, track, or control access for this resource. For example, { “Tags”: {“key1”:”value1”, “key2”:”value2”} }. - (string) – - (string) – 
 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'UseCaseId': 'string', 'UseCaseArn': 'string' } - Response Structure- (dict) – - UseCaseId (string) – - The identifier of the use case. 
- UseCaseArn (string) – - The Amazon Resource Name (ARN) for the use case. 
 
 
 - Exceptions- Connect.Client.exceptions.DuplicateResourceException
- Connect.Client.exceptions.ResourceNotFoundException
- Connect.Client.exceptions.InternalServiceException
- Connect.Client.exceptions.InvalidRequestException
- Connect.Client.exceptions.ThrottlingException