Class: Ansible::Ruby::Modules::Sqs_queue

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

Overview

Create or delete AWS SQS queues. Update attributes on existing queues.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#default_visibility_timeoutInteger?

Returns The default visibility timeout in seconds.

Returns:

  • (Integer, nil)

    The default visibility timeout in seconds.



21
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/sqs_queue.rb', line 21

attribute :default_visibility_timeout

#delivery_delayInteger?

Returns The delivery delay in seconds.

Returns:

  • (Integer, nil)

    The delivery delay in seconds.



33
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/sqs_queue.rb', line 33

attribute :delivery_delay

#maximum_message_sizeInteger?

Returns The maximum message size in bytes.

Returns:

  • (Integer, nil)

    The maximum message size in bytes.



29
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/sqs_queue.rb', line 29

attribute :maximum_message_size

#message_retention_periodInteger?

Returns The message retention period in seconds.

Returns:

  • (Integer, nil)

    The message retention period in seconds.



25
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/sqs_queue.rb', line 25

attribute :message_retention_period

#nameString

Returns Name of the queue.

Returns:

  • (String)

    Name of the queue.



17
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/sqs_queue.rb', line 17

attribute :name

#policyString?

Returns The json dict policy to attach to queue.

Returns:

  • (String, nil)

    The json dict policy to attach to queue



41
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/sqs_queue.rb', line 41

attribute :policy

#receive_message_wait_timeInteger?

Returns The receive message wait time in seconds.

Returns:

  • (Integer, nil)

    The receive message wait time in seconds.



37
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/sqs_queue.rb', line 37

attribute :receive_message_wait_time

#redrive_policyHash?

Returns json dict with the redrive_policy (see example).

Returns:

  • (Hash, nil)

    json dict with the redrive_policy (see example)



45
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/sqs_queue.rb', line 45

attribute :redrive_policy

#state:present, ...

Returns Create or delete the queue.

Returns:

  • (:present, :absent, nil)

    Create or delete the queue



13
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/sqs_queue.rb', line 13

attribute :state