Class MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_uptime_check_config.MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher
@Stability(Stable) @Internal public static final class MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher
An implementation forMonitoringUptimeCheckConfigContentMatchersJsonPathMatcher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.monitoring_uptime_check_config.MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher
MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Builder, MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetJsonMatcher()Options to perform JSONPath content matching.StringgetJsonPath()JSONPath within the response output pointing to the expected 'ContentMatcher::content' to match against.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringUptimeCheckConfigContentMatchersJsonPathMatcher.Builder.
-
-
Method Detail
-
getJsonPath
public final String getJsonPath()
Description copied from interface:MonitoringUptimeCheckConfigContentMatchersJsonPathMatcherJSONPath 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}
- Specified by:
getJsonPathin interfaceMonitoringUptimeCheckConfigContentMatchersJsonPathMatcher
-
getJsonMatcher
public final String getJsonMatcher()
Description copied from interface:MonitoringUptimeCheckConfigContentMatchersJsonPathMatcherOptions 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}
- Specified by:
getJsonMatcherin interfaceMonitoringUptimeCheckConfigContentMatchersJsonPathMatcher
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-