Class MonitoringUptimeCheckConfigContentMatchers.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_uptime_check_config.MonitoringUptimeCheckConfigContentMatchers.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringUptimeCheckConfigContentMatchers,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringUptimeCheckConfigContentMatchers
@Stability(Stable) @Internal public static final class MonitoringUptimeCheckConfigContentMatchers.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringUptimeCheckConfigContentMatchers
An implementation forMonitoringUptimeCheckConfigContentMatchers
-
-
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.MonitoringUptimeCheckConfigContentMatchers
MonitoringUptimeCheckConfigContentMatchers.Builder, MonitoringUptimeCheckConfigContentMatchers.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringUptimeCheckConfigContentMatchers.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringUptimeCheckConfigContentMatchers.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)StringgetContent()String or regex content to match (max 1024 bytes).MonitoringUptimeCheckConfigContentMatchersJsonPathMatchergetJsonPathMatcher()json_path_matcher block.StringgetMatcher()The type of content matcher that will be applied to the server output, compared to the content string when the check is run.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(MonitoringUptimeCheckConfigContentMatchers.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringUptimeCheckConfigContentMatchers.Builder.
-
-
Method Detail
-
getContent
public final String getContent()
Description copied from interface:MonitoringUptimeCheckConfigContentMatchersString 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}
- Specified by:
getContentin interfaceMonitoringUptimeCheckConfigContentMatchers
-
getJsonPathMatcher
public final MonitoringUptimeCheckConfigContentMatchersJsonPathMatcher getJsonPathMatcher()
Description copied from interface:MonitoringUptimeCheckConfigContentMatchersjson_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}
- Specified by:
getJsonPathMatcherin interfaceMonitoringUptimeCheckConfigContentMatchers
-
getMatcher
public final String getMatcher()
Description copied from interface:MonitoringUptimeCheckConfigContentMatchersThe 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}
- Specified by:
getMatcherin interfaceMonitoringUptimeCheckConfigContentMatchers
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-