cdklabs / cdklabs/cdk-cloudformation

Datadog SLOs do not support `time_slice` type

Open
#709 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
66
Forks
5
Avg merge
7d 43m
Merged PRs (30d)
1

Description

There should be am entry for [time slice slos](https://docs.datadoghq.com/service_management/service_level_objectives/time_slice/)

```typescript
export declare enum CfnSloPropsType {
/** monitor */
MONITOR = "monitor",
/** metric */
METRIC = "metric"
}
```

like there is for [terraform](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/service_level_objective#type) already

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.