Interface MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.983Z") @Stability(Stable) public interface MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Builderstatic classMonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Jsii$ProxyAn implementation forMonitoringUptimeCheckConfigContentMatchersJsonPathMatcher
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Builderbuilder()default StringgetJsonMatcher()Options to perform JSONPath content matching.StringgetJsonPath()JSONPath within the response output pointing to the expected 'ContentMatcher::content' to match against.
-
-
-
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}
-
builder
@Stability(Stable) static MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Builder builder()
-
-