Service Queue Args
constructor(delaySeconds: Output<Int>? = null, dlqPolicy: Output<ServiceQueueDlqPolicyArgs>? = null, loggingEnabled: Output<Boolean>? = null, maximumMessageSize: Output<Int>? = null, messageRetentionPeriod: Output<Int>? = null, pollingWaitSeconds: Output<Int>? = null, queueName: Output<String>? = null, tags: Output<Map<String, String>>? = null, visibilityTimeout: Output<Int>? = null)