CfnQueueLimitAssociationMixinProps
- class aws_cdk.mixins_preview.aws_deadline.mixins.CfnQueueLimitAssociationMixinProps(*, farm_id=None, limit_id=None, queue_id=None)
Bases:
objectProperties for CfnQueueLimitAssociationPropsMixin.
- Parameters:
farm_id (
Optional[str]) – The unique identifier of the farm that contains the queue-limit association.limit_id (
Optional[str]) – The unique identifier of the limit in the association.queue_id (
Optional[str]) – The unique identifier of the queue in the association.
- 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_limit_association_mixin_props = deadline_mixins.CfnQueueLimitAssociationMixinProps( farm_id="farmId", limit_id="limitId", queue_id="queueId" )
Attributes
- farm_id
The unique identifier of the farm that contains the queue-limit association.
- limit_id
The unique identifier of the limit in the association.
- queue_id
The unique identifier of the queue in the association.