Class: Ansible::Ruby::Modules::Aws_waf_rule
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Aws_waf_rule
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/amazon/aws_waf_rule.rb
Overview
Read the AWS documentation for WAF U(aws.amazon.com/documentation/waf/)
Instance Method Summary collapse
-
#conditions ⇒ Array<Hash>, ...
List of conditions used in the rule.
-
#metric_name ⇒ Object?
A friendly name or description for the metrics for the rule,The name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can’t contain whitespace.,You can’t change metric_name after you create the rule,Defaults to the same as name with disallowed characters removed.
-
#name ⇒ String
Name of the Web Application Firewall rule.
-
#purge_conditions ⇒ Object?
Whether or not to remove conditions that are not passed when updating
conditions. -
#state ⇒ :present, ...
Whether the 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
#conditions ⇒ Array<Hash>, ...
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_waf_rule.rb', line 23 attribute :conditions |
#metric_name ⇒ Object?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_waf_rule.rb', line 16 attribute :metric_name |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_waf_rule.rb', line 12 attribute :name |
#purge_conditions ⇒ Object?
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_waf_rule.rb', line 27 attribute :purge_conditions |
#state ⇒ :present, ...
19 |
# File 'lib/ansible/ruby/modules/generated/cloud/amazon/aws_waf_rule.rb', line 19 attribute :state |