QueueArgs

fun QueueArgs(appEngineHttpQueue: Output<AppEngineHttpQueueArgs>? = null, httpTarget: Output<HttpTargetArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, rateLimits: Output<RateLimitsArgs>? = null, retryConfig: Output<RetryConfigArgs>? = null, stackdriverLoggingConfig: Output<StackdriverLoggingConfigArgs>? = null, taskTtl: Output<String>? = null, tombstoneTtl: Output<String>? = null, type: Output<QueueType>? = null)