GetQueueResult

data class GetQueueResult(val arn: String, val id: String, val name: String, val status: String, val tags: Map<String, String>)

A collection of values returned by getQueue.

Constructors

Link copied to clipboard
constructor(arn: String, id: String, name: String, status: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Arn of the queue.

Link copied to clipboard
val id: String
Link copied to clipboard

The same as id.

Link copied to clipboard

The status of the queue.

Link copied to clipboard

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