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: services/security_monitoring/src/v2/SecurityMonitoringApi.ts
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9687,8 +9687,13 @@ export class SecurityMonitoringApi {
9687
9687
}
9688
9688
9689
9689
/**
9690
-
* Convert an existing rule from JSON to Terraform for datadog provider
9691
-
* resource datadog_security_monitoring_rule.
9690
+
* Convert an existing rule from JSON to Terraform for Datadog provider
9691
+
* resource `datadog_security_monitoring_rule`. You can do so for the following rule types:
9692
+
* - App and API Protection
9693
+
* - Cloud SIEM (log detection and signal correlation)
9694
+
* - Workload Protection
9695
+
*
9696
+
* 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).
9692
9697
* @param param The request object
9693
9698
*/
9694
9699
publicconvertExistingSecurityMonitoringRule(
@@ -9735,8 +9740,13 @@ export class SecurityMonitoringApi {
9735
9740
}
9736
9741
9737
9742
/**
9738
-
* Convert a rule that doesn't (yet) exist from JSON to Terraform for datadog provider
9739
-
* resource datadog_security_monitoring_rule.
9743
+
* Convert a rule that doesn't (yet) exist from JSON to Terraform for Datadog provider
9744
+
* resource `datadog_security_monitoring_rule`. You can do so for the following rule types:
9745
+
* - App and API Protection
9746
+
* - Cloud SIEM (log detection and signal correlation)
9747
+
* - Workload Protection
9748
+
*
9749
+
* 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