Interface MonitoringSloBasicSli

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

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

      • getAvailability

        @Stability(Stable)
        @Nullable
        default MonitoringSloBasicSliAvailability getAvailability()
        availability block.

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

      • getLatency

        @Stability(Stable)
        @Nullable
        default MonitoringSloBasicSliLatency getLatency()
        latency block.

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

      • getLocation

        @Stability(Stable)
        @Nullable
        default List<String> getLocation()
        An optional set of locations to which this SLI is relevant.

        Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#location MonitoringSlo#location}

      • getMethod

        @Stability(Stable)
        @Nullable
        default List<String> getMethod()
        An optional set of RPCs to which this SLI is relevant.

        Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#method MonitoringSlo#method}

      • getVersion

        @Stability(Stable)
        @Nullable
        default List<String> getVersion()
        The set of API versions to which this SLI is relevant.

        Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_slo#version MonitoringSlo#version}