QueueArgs

constructor(autoDeleteOnIdle: Output<String>? = null, deadLetteringOnMessageExpiration: Output<Boolean>? = null, defaultMessageTimeToLive: Output<String>? = null, duplicateDetectionHistoryTimeWindow: Output<String>? = null, enableBatchedOperations: Output<Boolean>? = null, enableExpress: Output<Boolean>? = null, enablePartitioning: Output<Boolean>? = null, forwardDeadLetteredMessagesTo: Output<String>? = null, forwardTo: Output<String>? = null, lockDuration: Output<String>? = null, maxDeliveryCount: Output<Int>? = null, maxMessageSizeInKilobytes: Output<Double>? = null, maxSizeInMegabytes: Output<Int>? = null, namespaceName: Output<String>? = null, queueName: Output<String>? = null, requiresDuplicateDetection: Output<Boolean>? = null, requiresSession: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, status: Output<EntityStatus>? = null)