Class: Aws::Deadline::Types::CreateQueueEnvironmentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:template]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The unique token which the server uses to recognize retries of the same request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1286

class CreateQueueEnvironmentRequest < Struct.new(
  :client_token,
  :farm_id,
  :priority,
  :queue_id,
  :template,
  :template_type)
  SENSITIVE = [:template]
  include Aws::Structure
end

#farm_idString

The farm ID of the farm to connect to the environment.

Returns:

  • (String)


1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1286

class CreateQueueEnvironmentRequest < Struct.new(
  :client_token,
  :farm_id,
  :priority,
  :queue_id,
  :template,
  :template_type)
  SENSITIVE = [:template]
  include Aws::Structure
end

#priorityInteger

Sets the priority of the environments in the queue from 0 to 10,000, where 0 is the highest priority. If two environments share the same priority value, the environment created first takes higher priority.

Returns:

  • (Integer)


1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1286

class CreateQueueEnvironmentRequest < Struct.new(
  :client_token,
  :farm_id,
  :priority,
  :queue_id,
  :template,
  :template_type)
  SENSITIVE = [:template]
  include Aws::Structure
end

#queue_idString

The queue ID to connect the queue and environment.

Returns:

  • (String)


1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1286

class CreateQueueEnvironmentRequest < Struct.new(
  :client_token,
  :farm_id,
  :priority,
  :queue_id,
  :template,
  :template_type)
  SENSITIVE = [:template]
  include Aws::Structure
end

#templateString

The environment template to use in the queue.

Returns:

  • (String)


1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1286

class CreateQueueEnvironmentRequest < Struct.new(
  :client_token,
  :farm_id,
  :priority,
  :queue_id,
  :template,
  :template_type)
  SENSITIVE = [:template]
  include Aws::Structure
end

#template_typeString

The template's file type, JSON or YAML.

Returns:

  • (String)


1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1286

class CreateQueueEnvironmentRequest < Struct.new(
  :client_token,
  :farm_id,
  :priority,
  :queue_id,
  :template,
  :template_type)
  SENSITIVE = [:template]
  include Aws::Structure
end