Class: Ansible::Ruby::Modules::Aws_config_aggregator

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

Overview

Module manages AWS Config resources

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

#account_sourcesHash?

Returns Provides a list of source accounts and regions to be aggregated.

Returns:

  • (Hash, nil)

    Provides a list of source accounts and regions to be aggregated.



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

attribute :account_sources

#nameString

Returns The name of the AWS Config resource.

Returns:

  • (String)

    The name of the AWS Config resource.



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

attribute :name

#organization_sourceObject?

Returns The region authorized to collect aggregated data.

Returns:

  • (Object, nil)

    The region authorized to collect aggregated data.



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

attribute :organization_source

#state:present, ...

Returns Whether the Config rule should be present or absent.

Returns:

  • (:present, :absent, nil)

    Whether the Config rule should be present or absent.



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

attribute :state