CfnQueueFleetAssociationMixinProps
- class aws_cdk.mixins_preview.aws_deadline.mixins.CfnQueueFleetAssociationMixinProps(*, farm_id=None, fleet_id=None, queue_id=None)
Bases:
objectProperties for CfnQueueFleetAssociationPropsMixin.
- Parameters:
farm_id (
Optional[str]) – The identifier of the farm that contains the queue and the fleet.fleet_id (
Optional[str]) – The fleet ID.queue_id (
Optional[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.mixins_preview.aws_deadline import mixins as deadline_mixins cfn_queue_fleet_association_mixin_props = deadline_mixins.CfnQueueFleetAssociationMixinProps( 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.