Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshizhao committed Aug 15, 2024
1 parent 5a22f4f commit 81bd0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/service_level_objective.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ resource "datadog_service_level_objective" "time_slice_slo" {
- `tags` (Set of String) A list of tags to associate with your service level objective. This can help you categorize and filter service level objectives in the service level objectives page of the UI. Note: it's not currently possible to filter by these tags when querying via the API
- `target_threshold` (Number) The objective's target in `(0,100)`. This must match the corresponding thresholds of the primary time frame.
- `timeframe` (String) The primary time frame for the objective. The mapping from these types to the types found in the Datadog Web UI can be found in the Datadog API documentation page. Valid values are `7d`, `30d`, `90d`, `custom`.
- `validate` "Whether or not to validate the SLO. It checks if monitors added to a monitor SLO already exist."
- `validate` (Boolean) Whether or not to validate the SLO. It checks if monitors added to a monitor SLO already exist.
- `warning_threshold` (Number) The objective's warning value in `(0,100)`. This must be greater than the target value and match the corresponding thresholds of the primary time frame.

### Read-Only
Expand Down

0 comments on commit 81bd0bb

Please sign in to comment.