Interface MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher

    • Method Detail

      • getJsonPath

        @Stability(Stable)
        @NotNull
        String getJsonPath()
        JSONPath within the response output pointing to the expected 'ContentMatcher::content' to match against.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#json_path MonitoringUptimeCheckConfig#json_path}

      • getJsonMatcher

        @Stability(Stable)
        @Nullable
        default String getJsonMatcher()
        Options to perform JSONPath content matching. Default value: "EXACT_MATCH" Possible values: ["EXACT_MATCH", "REGEX_MATCH"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#json_matcher MonitoringUptimeCheckConfig#json_matcher}