Interface MonitoringUptimeCheckConfigResourceGroup
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringUptimeCheckConfigResourceGroup.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.987Z") @Stability(Stable) public interface MonitoringUptimeCheckConfigResourceGroup extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringUptimeCheckConfigResourceGroup.BuilderA builder forMonitoringUptimeCheckConfigResourceGroupstatic classMonitoringUptimeCheckConfigResourceGroup.Jsii$ProxyAn implementation forMonitoringUptimeCheckConfigResourceGroup
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringUptimeCheckConfigResourceGroup.Builderbuilder()default StringgetGroupId()The group of resources being monitored.default StringgetResourceType()The resource type of the group members.
-
-
-
Method Detail
-
getGroupId
@Stability(Stable) @Nullable default String getGroupId()
The group of resources being monitored. Should be the 'name' of a group.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#group_id MonitoringUptimeCheckConfig#group_id}
-
getResourceType
@Stability(Stable) @Nullable default String getResourceType()
The resource type of the group members. Possible values: ["RESOURCE_TYPE_UNSPECIFIED", "INSTANCE", "AWS_ELB_LOAD_BALANCER"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#resource_type MonitoringUptimeCheckConfig#resource_type}
-
builder
@Stability(Stable) static MonitoringUptimeCheckConfigResourceGroup.Builder builder()
-
-