Class: DatadogAPIClient::V2::CloudConfigurationRuleCreatePayload
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CloudConfigurationRuleCreatePayload
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb
Overview
Create a new 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.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb', line 51 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.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb', line 25 def cases @cases end |
#compliance_signal_options ⇒ Object
How to generate compliance signals. Useful for cloud_configuration rules only.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb', line 28 def @compliance_signal_options end |
#filters ⇒ Object
Additional queries to filter matched events before they are processed.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb', line 31 def filters @filters end |
#is_enabled ⇒ Object
Whether the rule is enabled.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb', line 34 def is_enabled @is_enabled end |
#message ⇒ Object
Message in markdown format for generated findings and signals.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb', line 37 def @message end |
#name ⇒ Object
The name of the rule.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb', line 40 def name @name end |
#options ⇒ Object
Options on cloud configuration rules.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb', line 43 def @options end |
#tags ⇒ Object
Tags for generated findings and signals.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb', line 46 def @tags end |
#type ⇒ Object
The rule type.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb', line 49 def type @type end |