GetQueueResult

data class GetQueueResult(val allowedStorageProfileIds: List<String>? = null, val arn: String? = null, val defaultBudgetAction: QueueDefaultQueueBudgetAction? = null, val description: String? = null, val displayName: String? = null, val jobAttachmentSettings: QueueJobAttachmentSettings? = null, val jobRunAsUser: QueueJobRunAsUser? = null, val queueId: String? = null, val requiredFileSystemLocationNames: List<String>? = null, val roleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(allowedStorageProfileIds: List<String>? = null, arn: String? = null, defaultBudgetAction: QueueDefaultQueueBudgetAction? = null, description: String? = null, displayName: String? = null, jobAttachmentSettings: QueueJobAttachmentSettings? = null, jobRunAsUser: QueueJobRunAsUser? = null, queueId: String? = null, requiredFileSystemLocationNames: List<String>? = null, roleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifiers of the storage profiles that this queue can use to share assets between workers using different operating systems.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the queue.

Link copied to clipboard

The default action taken on a queue summary if a budget wasn't configured.

Link copied to clipboard
val description: String? = null

A description of the queue that helps identify what the queue is used for.

Link copied to clipboard
val displayName: String? = null

The display name of the queue summary to update.

Link copied to clipboard

The job attachment settings. These are the Amazon S3 bucket name and the Amazon S3 prefix.

Link copied to clipboard

Identifies the user for a job.

Link copied to clipboard
val queueId: String? = null

The queue ID.

Link copied to clipboard

The file system location that the queue uses.

Link copied to clipboard
val roleArn: String? = null

The Amazon Resource Name (ARN) of the IAM role that workers use when running jobs in this queue.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.