cdklabs / cdk-cloudformation

Apache License 2.0
62 stars 4 forks source link

Datadog SLOs do not support `time_slice` type #709

Open robert-tingirica opened 3 months ago

robert-tingirica commented 3 months ago

There should be am entry for time slice slos

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

like there is for terraform already

cwill-smg commented 1 month ago

+1