Interface MonitoringServiceBasicService

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

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

      • getServiceLabels

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getServiceLabels()
        Labels that specify the resource that emits the monitoring data which is used for SLO reporting of this 'Service'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_service#service_labels MonitoringService#service_labels}

      • getServiceType

        @Stability(Stable)
        @Nullable
        default String getServiceType()
        The type of service that this basic service defines, e.g. APP_ENGINE service type.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_service#service_type MonitoringService#service_type}