You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/datadogV2/api_security_monitoring.go
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,13 @@ func (a *SecurityMonitoringApi) CancelThreatHuntingJob(ctx _context.Context, job
97
97
}
98
98
99
99
// ConvertExistingSecurityMonitoringRule Convert an existing rule from JSON to Terraform.
100
-
// Convert an existing rule from JSON to Terraform for datadog provider
101
-
// resource datadog_security_monitoring_rule.
100
+
// Convert an existing rule from JSON to Terraform for Datadog provider
101
+
// resource `datadog_security_monitoring_rule`. You can do so for the following rule types:
102
+
// - App and API Protection
103
+
// - Cloud SIEM (log detection and signal correlation)
104
+
// - Workload Protection
105
+
//
106
+
// You can convert Cloud Security configuration rules using Terraform's [Datadog Cloud Configuration Rule resource](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/cloud_configuration_rule).
@@ -255,8 +260,13 @@ func (a *SecurityMonitoringApi) ConvertJobResultToSignal(ctx _context.Context, b
255
260
}
256
261
257
262
// ConvertSecurityMonitoringRuleFromJSONToTerraform Convert a rule from JSON to Terraform.
258
-
// Convert a rule that doesn't (yet) exist from JSON to Terraform for datadog provider
259
-
// resource datadog_security_monitoring_rule.
263
+
// Convert a rule that doesn't (yet) exist from JSON to Terraform for Datadog provider
264
+
// resource `datadog_security_monitoring_rule`. You can do so for the following rule types:
265
+
// - App and API Protection
266
+
// - Cloud SIEM (log detection and signal correlation)
267
+
// - Workload Protection
268
+
//
269
+
// You can convert Cloud Security configuration rules using Terraform's [Datadog Cloud Configuration Rule resource](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/cloud_configuration_rule).
0 commit comments