QueueLimitAssociationArgs

data class QueueLimitAssociationArgs(val farmId: Output<String>? = null, val limitId: Output<String>? = null, val queueId: Output<String>? = null) : ConvertibleToJava<QueueLimitAssociationArgs>

Definition of AWS::Deadline::QueueLimitAssociation Resource Type

Constructors

Link copied to clipboard
constructor(farmId: Output<String>? = null, limitId: Output<String>? = null, queueId: Output<String>? = null)

Properties

Link copied to clipboard
val farmId: Output<String>? = null

The unique identifier of the farm that contains the queue-limit association.

Link copied to clipboard
val limitId: Output<String>? = null

The unique identifier of the limit in the association.

Link copied to clipboard
val queueId: Output<String>? = null

The unique identifier of the queue in the association.

Functions

Link copied to clipboard
open override fun toJava(): QueueLimitAssociationArgs