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
    • 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}