Class: DatadogAPIClient::V2::CloudConfigurationRulePayload
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudConfigurationRulePayload
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb
Overview
The payload of a cloud configuration rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cases ⇒ Object
readonly
Description of generated findings and signals (severity and channels to be notified in case of a signal).
-
#compliance_signal_options ⇒ Object
readonly
How to generate compliance signals.
-
#filters ⇒ Object
Additional queries to filter matched events before they are processed.
-
#is_enabled ⇒ Object
readonly
Whether the rule is enabled.
-
#message ⇒ Object
readonly
Message in markdown format for generated findings and signals.
-
#name ⇒ Object
readonly
The name of the rule.
-
#options ⇒ Object
readonly
Options on cloud configuration rules.
-
#tags ⇒ Object
Tags for generated findings and signals.
-
#type ⇒ Object
The rule type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb', line 52 def additional_properties @additional_properties end |
#cases ⇒ Object
Description of generated findings and signals (severity and channels to be notified in case of a signal). Must contain exactly one item.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb', line 26 def cases @cases end |
#compliance_signal_options ⇒ Object
How to generate compliance signals. Useful for cloud_configuration rules only.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb', line 29 def @compliance_signal_options end |
#filters ⇒ Object
Additional queries to filter matched events before they are processed.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb', line 32 def filters @filters end |
#is_enabled ⇒ Object
Whether the rule is enabled.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb', line 35 def is_enabled @is_enabled end |
#message ⇒ Object
Message in markdown format for generated findings and signals.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb', line 38 def @message end |
#name ⇒ Object
The name of the rule.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb', line 41 def name @name end |
#options ⇒ Object
Options on cloud configuration rules.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb', line 44 def @options end |
#tags ⇒ Object
Tags for generated findings and signals.
47 48 49 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb', line 47 def @tags end |
#type ⇒ Object
The rule type.
50 51 52 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb', line 50 def type @type end |