GetQueuePlainArgs

data class GetQueuePlainArgs(val id: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetQueuePlainArgs>

A collection of arguments for invoking getQueue.

Constructors

Link copied to clipboard
constructor(id: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val id: String

Unique identifier of the queue. The same as name.

Link copied to clipboard
val tags: Map<String, String>? = null

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Functions

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