ServiceQueueArgs

fun ServiceQueueArgs(delaySeconds: Output<Int>? = null, loggingEnabled: Output<Boolean>? = null, maximumMessageSize: Output<Int>? = null, messageRetentionPeriod: Output<Int>? = null, pollingWaitSeconds: Output<Int>? = null, queueName: Output<String>? = null, visibilityTimeout: Output<Int>? = null)