Class: Ansible::Ruby::Modules::Aws_batch_job_queue
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aws_batch_job_queue
- 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
-
#compute_environment_order ⇒ Object
The set of compute environments mapped to a job queue and their order relative to each other.
-
#job_queue_name ⇒ Object
The name for the job queue.
-
#job_queue_state ⇒ :ENABLED, ...
The state of the job queue.
-
#priority ⇒ Object
The priority of the job queue.
-
#state ⇒ :present, :absent
Describes the desired state.
Methods inherited from Base
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_order ⇒ Object
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_batch_job_queue.rb', line 28 attribute :compute_environment_order |
#job_queue_name ⇒ Object
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 |
#priority ⇒ Object
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 |