Interface MonitoringSloWindowsBasedSli

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    MonitoringSloWindowsBasedSli.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.975Z")
    @Stability(Stable)
    public interface MonitoringSloWindowsBasedSli
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getGoodBadMetricFilter

        @Stability(Stable)
        @Nullable
        default String getGoodBadMetricFilter()
        A TimeSeries monitoring filter with ValueType = BOOL. The window is good if any true values appear in the window. One of 'good_bad_metric_filter', 'good_total_ratio_threshold', 'metric_mean_in_range', 'metric_sum_in_range' must be set for 'windows_based_sli'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#good_bad_metric_filter MonitoringSlo#good_bad_metric_filter}

      • getGoodTotalRatioThreshold

        @Stability(Stable)
        @Nullable
        default MonitoringSloWindowsBasedSliGoodTotalRatioThreshold getGoodTotalRatioThreshold()
        good_total_ratio_threshold block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#good_total_ratio_threshold MonitoringSlo#good_total_ratio_threshold}

      • getMetricMeanInRange

        @Stability(Stable)
        @Nullable
        default MonitoringSloWindowsBasedSliMetricMeanInRange getMetricMeanInRange()
        metric_mean_in_range block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#metric_mean_in_range MonitoringSlo#metric_mean_in_range}

      • getMetricSumInRange

        @Stability(Stable)
        @Nullable
        default MonitoringSloWindowsBasedSliMetricSumInRange getMetricSumInRange()
        metric_sum_in_range block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#metric_sum_in_range MonitoringSlo#metric_sum_in_range}

      • getWindowPeriod

        @Stability(Stable)
        @Nullable
        default String getWindowPeriod()
        Duration over which window quality is evaluated, given as a duration string "{X}s" representing X seconds.

        Must be an integer fraction of a day and at least 60s. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#window_period MonitoringSlo#window_period}