DeadlineCloud / Client / create_queue_fleet_association
create_queue_fleet_association#
- DeadlineCloud.Client.create_queue_fleet_association(**kwargs)#
- Creates an association between a queue and a fleet. - See also: AWS API Documentation - Request Syntax- response = client.create_queue_fleet_association( farmId='string', queueId='string', fleetId='string' ) - Parameters:
- farmId (string) – - [REQUIRED] - The ID of the farm that the queue and fleet belong to. 
- queueId (string) – - [REQUIRED] - The queue ID. 
- fleetId (string) – - [REQUIRED] - The fleet ID. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- DeadlineCloud.Client.exceptions.AccessDeniedException
- DeadlineCloud.Client.exceptions.InternalServerErrorException
- DeadlineCloud.Client.exceptions.ResourceNotFoundException
- DeadlineCloud.Client.exceptions.ThrottlingException
- DeadlineCloud.Client.exceptions.ValidationException