Interface MonitoringUptimeCheckConfigContentMatchers
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringUptimeCheckConfigContentMatchers.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.983Z") @Stability(Stable) public interface MonitoringUptimeCheckConfigContentMatchers extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringUptimeCheckConfigContentMatchers.BuilderA builder forMonitoringUptimeCheckConfigContentMatchersstatic classMonitoringUptimeCheckConfigContentMatchers.Jsii$ProxyAn implementation forMonitoringUptimeCheckConfigContentMatchers
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MonitoringUptimeCheckConfigContentMatchers.Builderbuilder()StringgetContent()String or regex content to match (max 1024 bytes).default MonitoringUptimeCheckConfigContentMatchersJsonPathMatchergetJsonPathMatcher()json_path_matcher block.default StringgetMatcher()The type of content matcher that will be applied to the server output, compared to the content string when the check is run.
-
-
-
Method Detail
-
getContent
@Stability(Stable) @NotNull String getContent()
String or regex content to match (max 1024 bytes).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#content MonitoringUptimeCheckConfig#content}
-
getJsonPathMatcher
@Stability(Stable) @Nullable default MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher getJsonPathMatcher()
json_path_matcher block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#json_path_matcher MonitoringUptimeCheckConfig#json_path_matcher}
-
getMatcher
@Stability(Stable) @Nullable default String getMatcher()
The type of content matcher that will be applied to the server output, compared to the content string when the check is run.Default value: "CONTAINS_STRING" Possible values: ["CONTAINS_STRING", "NOT_CONTAINS_STRING", "MATCHES_REGEX", "NOT_MATCHES_REGEX", "MATCHES_JSON_PATH", "NOT_MATCHES_JSON_PATH"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config#matcher MonitoringUptimeCheckConfig#matcher}
-
builder
@Stability(Stable) static MonitoringUptimeCheckConfigContentMatchers.Builder builder()
-
-