Interface MonitoringUptimeCheckConfigMonitoredResource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringUptimeCheckConfigMonitoredResource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.987Z") @Stability(Stable) public interface MonitoringUptimeCheckConfigMonitoredResource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringUptimeCheckConfigMonitoredResource.BuilderA builder forMonitoringUptimeCheckConfigMonitoredResourcestatic classMonitoringUptimeCheckConfigMonitoredResource.Jsii$ProxyAn implementation forMonitoringUptimeCheckConfigMonitoredResource
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MonitoringUptimeCheckConfigMonitoredResource.Builderbuilder()Map<String,String>getLabels()Values for all of the labels listed in the associated monitored resource descriptor.StringgetType()The monitored resource type.
-
-
-
Method Detail
-
getLabels
@Stability(Stable) @NotNull Map<String,String> getLabels()
Values for all of the labels listed in the associated monitored resource descriptor.For example, Compute Engine VM instances use the labels 'project_id', 'instance_id', and 'zone'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#labels MonitoringUptimeCheckConfig#labels}
-
getType
@Stability(Stable) @NotNull String getType()
The monitored resource type.This field must match the type field of a ['MonitoredResourceDescriptor'](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.monitoredResourceDescriptors#MonitoredResourceDescriptor) object. For example, the type of a Compute Engine VM instance is 'gce_instance'. For a list of types, see [Monitoring resource types](https://cloud.google.com/monitoring/api/resources) and [Logging resource types](https://cloud.google.com/logging/docs/api/v2/resource-list). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#type MonitoringUptimeCheckConfig#type}
-
builder
@Stability(Stable) static MonitoringUptimeCheckConfigMonitoredResource.Builder builder()
-
-