AWS::Deadline::QueueFleetAssociation
Creates an association between a queue and a fleet.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Deadline::QueueFleetAssociation", "Properties" : { "FarmId" :
String
, "FleetId" :String
, "QueueId" :String
} }
YAML
Type: AWS::Deadline::QueueFleetAssociation Properties: FarmId:
String
FleetId:String
QueueId:String
Properties
FarmId
-
The identifier of the farm that contains the queue and the fleet.
Required: Yes
Type: String
Pattern:
^farm-[0-9a-f]{32}$
Update requires: Replacement
FleetId
-
The fleet ID.
Required: Yes
Type: String
Pattern:
^fleet-[0-9a-f]{32}$
Update requires: Replacement
QueueId
-
The queue ID.
Required: Yes
Type: String
Pattern:
^queue-[0-9a-f]{32}$
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the Amazon Resource Name (ARN) of the queue fleet
associations.
For more information about using the Ref
function, see Ref
.