Class: Ansible::Ruby::Modules::Aws_elasticbeanstalk_app

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

Overview

creates, updates, deletes beanstalk applications if app_name is provided

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

#app_nameString?

Returns name of the beanstalk application you wish to manage.

Returns:

  • (String, nil)

    name of the beanstalk application you wish to manage



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

attribute :app_name

#descriptionString?

Returns the description of the application.

Returns:

  • (String, nil)

    the description of the application



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

attribute :description

#state:absent, ...

Returns whether to ensure the application is present or absent.

Returns:

  • (:absent, :present, nil)

    whether to ensure the application is present or absent



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

attribute :state

#terminate_by_forceBoolean?

Returns when set to true, running environments will be terminated before deleting the application.

Returns:

  • (Boolean, nil)

    when set to true, running environments will be terminated before deleting the application



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

attribute :terminate_by_force