AWS::Deadline::QueueFleetAssociation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Deadline::QueueFleetAssociation

Creates an association between a queue and a fleet.

Syntax

To declare this entity in your Amazon 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 9ARN) of the queue fleet associations.

For more information about using the Ref function, see Ref.