Class: Humidifier::WAFv2::LoggingConfiguration
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::WAFv2::LoggingConfiguration resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#log_destination_configs ⇒ Object
returns the LogDestinationConfigs property.
-
#log_destination_configs=(value) ⇒ Object
sets the LogDestinationConfigs property (List).
-
#logging_filter ⇒ Object
returns the LoggingFilter property.
-
#logging_filter=(value) ⇒ Object
sets the LoggingFilter property (Json).
-
#redacted_fields ⇒ Object
returns the RedactedFields property.
-
#redacted_fields=(value) ⇒ Object
sets the RedactedFields property (List).
-
#resource_arn ⇒ Object
returns the ResourceArn property.
-
#resource_arn=(value) ⇒ Object
sets the ResourceArn property (String).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#log_destination_configs ⇒ Object
returns the LogDestinationConfigs property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def log_destination_configs properties['log_destination_configs'] end |
#log_destination_configs=(value) ⇒ Object
sets the LogDestinationConfigs property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def log_destination_configs=(value) update_property('log_destination_configs', value) end |
#logging_filter ⇒ Object
returns the LoggingFilter property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def logging_filter properties['logging_filter'] end |
#logging_filter=(value) ⇒ Object
sets the LoggingFilter property (Json)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def logging_filter=(value) update_property('logging_filter', value) end |
#redacted_fields ⇒ Object
returns the RedactedFields property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def redacted_fields properties['redacted_fields'] end |
#redacted_fields=(value) ⇒ Object
sets the RedactedFields property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def redacted_fields=(value) update_property('redacted_fields', value) end |
#resource_arn ⇒ Object
returns the ResourceArn property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def resource_arn properties['resource_arn'] end |
#resource_arn=(value) ⇒ Object
sets the ResourceArn property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def resource_arn=(value) update_property('resource_arn', value) end |