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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringServiceBasicService.BuilderA builder forMonitoringServiceBasicServicestatic classMonitoringServiceBasicService.Jsii$ProxyAn implementation forMonitoringServiceBasicService
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringServiceBasicService.Builderbuilder()default Map<String,String>getServiceLabels()Labels that specify the resource that emits the monitoring data which is used for SLO reporting of this 'Service'.default StringgetServiceType()The type of service that this basic service defines, e.g.
-
-
-
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}
-
builder
@Stability(Stable) static MonitoringServiceBasicService.Builder builder()
-
-