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', fleetId='string', queueId='string' )
- Parameters:
farmId (string) –
[REQUIRED]
The ID of the farm that the queue and fleet belong to.
fleetId (string) –
[REQUIRED]
The fleet ID.
queueId (string) –
[REQUIRED]
The queue 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