QueueEnvironmentArgs

data class QueueEnvironmentArgs(val farmId: Output<String>? = null, val priority: Output<Int>? = null, val queueId: Output<String>? = null, val template: Output<String>? = null, val templateType: Output<QueueEnvironmentEnvironmentTemplateType>? = null) : ConvertibleToJava<QueueEnvironmentArgs>

Definition of AWS::Deadline::QueueEnvironment Resource Type

Constructors

Link copied to clipboard
constructor(farmId: Output<String>? = null, priority: Output<Int>? = null, queueId: Output<String>? = null, template: Output<String>? = null, templateType: Output<QueueEnvironmentEnvironmentTemplateType>? = null)

Properties

Link copied to clipboard
val farmId: Output<String>? = null

The identifier assigned to the farm that contains the queue.

Link copied to clipboard
val priority: Output<Int>? = null

The queue environment's priority.

Link copied to clipboard
val queueId: Output<String>? = null

The unique identifier of the queue that contains the environment.

Link copied to clipboard
val template: Output<String>? = null

A JSON or YAML template that describes the processing environment for the queue.

Link copied to clipboard

Specifies whether the template for the queue environment is JSON or YAML.

Functions

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