Interface MonitoringCustomServiceTelemetry
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringCustomServiceTelemetry.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.936Z") @Stability(Stable) public interface MonitoringCustomServiceTelemetry extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringCustomServiceTelemetry.BuilderA builder forMonitoringCustomServiceTelemetrystatic classMonitoringCustomServiceTelemetry.Jsii$ProxyAn implementation forMonitoringCustomServiceTelemetry
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringCustomServiceTelemetry.Builderbuilder()default StringgetResourceName()The full name of the resource that defines this service.
-
-
-
Method Detail
-
getResourceName
@Stability(Stable) @Nullable default String getResourceName()
The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#resource_name MonitoringCustomService#resource_name}
-
builder
@Stability(Stable) static MonitoringCustomServiceTelemetry.Builder builder()
-
-