Class: Humidifier::ApplicationInsights::Application
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ApplicationInsights::Application resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#auto_configuration_enabled ⇒ Object
returns the AutoConfigurationEnabled property.
-
#auto_configuration_enabled=(value) ⇒ Object
sets the AutoConfigurationEnabled property (Boolean).
-
#component_monitoring_settings ⇒ Object
returns the ComponentMonitoringSettings property.
-
#component_monitoring_settings=(value) ⇒ Object
sets the ComponentMonitoringSettings property (List).
-
#custom_components ⇒ Object
returns the CustomComponents property.
-
#custom_components=(value) ⇒ Object
sets the CustomComponents property (List).
-
#cwe_monitor_enabled ⇒ Object
returns the CWEMonitorEnabled property.
-
#cwe_monitor_enabled=(value) ⇒ Object
sets the CWEMonitorEnabled property (Boolean).
-
#log_pattern_sets ⇒ Object
returns the LogPatternSets property.
-
#log_pattern_sets=(value) ⇒ Object
sets the LogPatternSets property (List).
-
#ops_center_enabled ⇒ Object
returns the OpsCenterEnabled property.
-
#ops_center_enabled=(value) ⇒ Object
sets the OpsCenterEnabled property (Boolean).
-
#ops_item_sns_topic_arn ⇒ Object
returns the OpsItemSNSTopicArn property.
-
#ops_item_sns_topic_arn=(value) ⇒ Object
sets the OpsItemSNSTopicArn property (String).
-
#resource_group_name ⇒ Object
returns the ResourceGroupName property.
-
#resource_group_name=(value) ⇒ Object
sets the ResourceGroupName property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
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
#auto_configuration_enabled ⇒ Object
returns the AutoConfigurationEnabled property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def auto_configuration_enabled properties['auto_configuration_enabled'] end |
#auto_configuration_enabled=(value) ⇒ Object
sets the AutoConfigurationEnabled property (Boolean)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def auto_configuration_enabled=(value) update_property('auto_configuration_enabled', value) end |
#component_monitoring_settings ⇒ Object
returns the ComponentMonitoringSettings property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def component_monitoring_settings properties['component_monitoring_settings'] end |
#component_monitoring_settings=(value) ⇒ Object
sets the ComponentMonitoringSettings property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def component_monitoring_settings=(value) update_property('component_monitoring_settings', value) end |
#custom_components ⇒ Object
returns the CustomComponents property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def custom_components properties['custom_components'] end |
#custom_components=(value) ⇒ Object
sets the CustomComponents property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def custom_components=(value) update_property('custom_components', value) end |
#cwe_monitor_enabled ⇒ Object
returns the CWEMonitorEnabled property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def cwe_monitor_enabled properties['cwe_monitor_enabled'] end |
#cwe_monitor_enabled=(value) ⇒ Object
sets the CWEMonitorEnabled property (Boolean)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def cwe_monitor_enabled=(value) update_property('cwe_monitor_enabled', value) end |
#log_pattern_sets ⇒ Object
returns the LogPatternSets property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def log_pattern_sets properties['log_pattern_sets'] end |
#log_pattern_sets=(value) ⇒ Object
sets the LogPatternSets property (List)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def log_pattern_sets=(value) update_property('log_pattern_sets', value) end |
#ops_center_enabled ⇒ Object
returns the OpsCenterEnabled property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def ops_center_enabled properties['ops_center_enabled'] end |
#ops_center_enabled=(value) ⇒ Object
sets the OpsCenterEnabled property (Boolean)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def ops_center_enabled=(value) update_property('ops_center_enabled', value) end |
#ops_item_sns_topic_arn ⇒ Object
returns the OpsItemSNSTopicArn property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def ops_item_sns_topic_arn properties['ops_item_sns_topic_arn'] end |
#ops_item_sns_topic_arn=(value) ⇒ Object
sets the OpsItemSNSTopicArn property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def ops_item_sns_topic_arn=(value) update_property('ops_item_sns_topic_arn', value) end |
#resource_group_name ⇒ Object
returns the ResourceGroupName property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def resource_group_name properties['resource_group_name'] end |
#resource_group_name=(value) ⇒ Object
sets the ResourceGroupName property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def resource_group_name=(value) update_property('resource_group_name', value) end |
#tags ⇒ Object
returns the Tags property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def (value) update_property('tags', value) end |