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:
- 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.
- fleet_id
The fleet ID.