Class: Ansible::Ruby::Modules::Aws_config_recorder

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

Overview

Module manages AWS Config configuration recorder settings

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

#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_recorder.rb', line 12

attribute :name

#recording_groupHash?

Returns Specifies the types of AWS resources for which AWS Config records configuration changes.,Required when state=present.

Returns:

  • (Hash, nil)

    Specifies the types of AWS resources for which AWS Config records configuration changes.,Required when state=present



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

attribute :recording_group

#role_arnString?

Returns Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.,Required when state=present.

Returns:

  • (String, nil)

    Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.,Required when state=present



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

attribute :role_arn

#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_recorder.rb', line 16

attribute :state