Class: Ansible::Ruby::Modules::Aws_batch_job_queue

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/amazon/aws_batch_job_queue.rb

Overview

This module allows the management of AWS Batch Job Queues. It is idempotent and supports “Check” mode. Use module M(aws_batch_compute_environment) to manage the compute environment, M(aws_batch_job_queue) to manage job queues, M(aws_batch_job_definition) to manage job definitions.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#compute_environment_orderObject



28
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_batch_job_queue.rb', line 28

attribute :compute_environment_order

#job_queue_nameObject



12
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_batch_job_queue.rb', line 12

attribute :job_queue_name

#job_queue_state:ENABLED, ...



20
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_batch_job_queue.rb', line 20

attribute :job_queue_state

#priorityObject



24
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_batch_job_queue.rb', line 24

attribute :priority

#state:present, :absent



16
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_batch_job_queue.rb', line 16

attribute :state