Class DataplexDatascanDataQualitySpecRulesRegexExpectation.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataQualitySpecRulesRegexExpectation.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexDatascanDataQualitySpecRulesRegexExpectation,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexDatascanDataQualitySpecRulesRegexExpectation
@Stability(Stable) @Internal public static final class DataplexDatascanDataQualitySpecRulesRegexExpectation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexDatascanDataQualitySpecRulesRegexExpectation
An implementation forDataplexDatascanDataQualitySpecRulesRegexExpectation
-
-
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.dataplex_datascan.DataplexDatascanDataQualitySpecRulesRegexExpectation
DataplexDatascanDataQualitySpecRulesRegexExpectation.Builder, DataplexDatascanDataQualitySpecRulesRegexExpectation.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexDatascanDataQualitySpecRulesRegexExpectation.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataQualitySpecRulesRegexExpectation.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)StringgetRegex()A regular expression the column value is expected to match.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(DataplexDatascanDataQualitySpecRulesRegexExpectation.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataQualitySpecRulesRegexExpectation.Builder.
-
-
Method Detail
-
getRegex
public final String getRegex()
Description copied from interface:DataplexDatascanDataQualitySpecRulesRegexExpectationA regular expression the column value is expected to match.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#regex DataplexDatascan#regex}
- Specified by:
getRegexin interfaceDataplexDatascanDataQualitySpecRulesRegexExpectation
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-