CfnQueueFleetAssociationProps

class aws_cdk.aws_deadline.CfnQueueFleetAssociationProps(*, farm_id, fleet_id, queue_id)

Bases: object

Properties for defining a CfnQueueFleetAssociation.

Parameters:
  • farm_id (str) – The identifier of the farm that contains the queue and the fleet.

  • fleet_id (str) – The fleet ID.

  • queue_id (str) – The queue ID.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queuefleetassociation.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_deadline as deadline

cfn_queue_fleet_association_props = deadline.CfnQueueFleetAssociationProps(
    farm_id="farmId",
    fleet_id="fleetId",
    queue_id="queueId"
)

Attributes

farm_id

The identifier of the farm that contains the queue and the fleet.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queuefleetassociation.html#cfn-deadline-queuefleetassociation-farmid

fleet_id

The fleet ID.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queuefleetassociation.html#cfn-deadline-queuefleetassociation-fleetid

queue_id

The queue ID.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-queuefleetassociation.html#cfn-deadline-queuefleetassociation-queueid