Class: Ansible::Ruby::Modules::Cloudformation_facts

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

Overview

Gets information about an AWS CloudFormation stack

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

#all_factsString?

Returns Get all stack information for the stack.

Returns:

  • (String, nil)

    Get all stack information for the stack



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

attribute :all_facts

#stack_eventsString?

Returns Get stack events for the stack.

Returns:

  • (String, nil)

    Get stack events for the stack



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

attribute :stack_events

#stack_nameString?

Returns The name or id of the CloudFormation stack. Gathers facts for all stacks by default.

Returns:

  • (String, nil)

    The name or id of the CloudFormation stack. Gathers facts for all stacks by default.



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

attribute :stack_name

#stack_policyString?

Returns Get stack policy for the stack.

Returns:

  • (String, nil)

    Get stack policy for the stack



32
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/cloudformation_facts.rb', line 32

attribute :stack_policy

#stack_resourcesString?

Returns Get stack resources for the stack.

Returns:

  • (String, nil)

    Get stack resources for the stack



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

attribute :stack_resources

#stack_templateString?

Returns Get stack template body for the stack.

Returns:

  • (String, nil)

    Get stack template body for the stack



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

attribute :stack_template