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: packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9204,8 +9204,13 @@ export class SecurityMonitoringApi {
9204
9204
}
9205
9205
9206
9206
/**
9207
-
* Convert an existing rule from JSON to Terraform for datadog provider
9208
-
* resource datadog_security_monitoring_rule.
9207
+
* Convert an existing rule from JSON to Terraform for Datadog provider
9208
+
* resource `datadog_security_monitoring_rule`. You can do so for the following rule types:
9209
+
* - App and API Protection
9210
+
* - Cloud SIEM (log detection and signal correlation)
9211
+
* - Workload Protection
9212
+
*
9213
+
* 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).
9209
9214
* @param param The request object
9210
9215
*/
9211
9216
publicconvertExistingSecurityMonitoringRule(
@@ -9252,8 +9257,13 @@ export class SecurityMonitoringApi {
9252
9257
}
9253
9258
9254
9259
/**
9255
-
* Convert a rule that doesn't (yet) exist from JSON to Terraform for datadog provider
9256
-
* resource datadog_security_monitoring_rule.
9260
+
* Convert a rule that doesn't (yet) exist from JSON to Terraform for Datadog provider
9261
+
* resource `datadog_security_monitoring_rule`. You can do so for the following rule types:
9262
+
* - App and API Protection
9263
+
* - Cloud SIEM (log detection and signal correlation)
9264
+
* - Workload Protection
9265
+
*
9266
+
* 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