Class: Ansible::Ruby::Modules::Aws_config_rule
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aws_config_rule
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_rule.rb
Overview
Module manages AWS Config rules
Instance Method Summary collapse
-
#description ⇒ String?
The description that you provide for the AWS Config rule.
-
#execution_frequency ⇒ :One_Hour, ...
The maximum frequency with which AWS Config runs evaluations for a rule.
-
#input_parameters ⇒ Object?
A string, in JSON format, that is passed to the AWS Config rule Lambda function.
-
#name ⇒ String
The name of the AWS Config resource.
-
#scope ⇒ Hash?
Defines which resources can trigger an evaluation for the rule.
-
#source ⇒ Hash?
Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
-
#state ⇒ :present, ...
Whether the Config rule should be present or absent.
Methods inherited from Base
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
#description ⇒ String?
Returns The description that you provide for the AWS Config rule.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_rule.rb', line 20 attribute :description |
#execution_frequency ⇒ :One_Hour, ...
Returns The maximum frequency with which AWS Config runs evaluations for a rule.
35 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_rule.rb', line 35 attribute :execution_frequency |
#input_parameters ⇒ Object?
Returns A string, in JSON format, that is passed to the AWS Config rule Lambda function.
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_rule.rb', line 32 attribute :input_parameters |
#name ⇒ String
Returns The name of the AWS Config resource.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_rule.rb', line 12 attribute :name |
#scope ⇒ Hash?
Returns Defines which resources can trigger an evaluation for the rule.
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_rule.rb', line 24 attribute :scope |
#source ⇒ Hash?
Returns Provides the rule owner (AWS or customer), the rule identifier, and the notifications that cause the function to evaluate your AWS resources.
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_rule.rb', line 28 attribute :source |
#state ⇒ :present, ...
Returns Whether the Config rule should be present or absent.
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_config_rule.rb', line 16 attribute :state |