Class DataplexDatascanDataQualitySpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataQualitySpec.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexDatascanDataQualitySpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexDatascanDataQualitySpec
@Stability(Stable) @Internal public static final class DataplexDatascanDataQualitySpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexDatascanDataQualitySpec
An implementation forDataplexDatascanDataQualitySpec
-
-
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.DataplexDatascanDataQualitySpec
DataplexDatascanDataQualitySpec.Builder, DataplexDatascanDataQualitySpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexDatascanDataQualitySpec.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataQualitySpec.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)DataplexDatascanDataQualitySpecPostScanActionsgetPostScanActions()post_scan_actions block.StringgetRowFilter()A filter applied to all rows in a single DataScan job.ObjectgetRules()rules block.NumbergetSamplingPercent()The percentage of the records to be selected from the dataset for DataScan.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(DataplexDatascanDataQualitySpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataQualitySpec.Builder.
-
-
Method Detail
-
getPostScanActions
public final DataplexDatascanDataQualitySpecPostScanActions getPostScanActions()
Description copied from interface:DataplexDatascanDataQualitySpecpost_scan_actions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#post_scan_actions DataplexDatascan#post_scan_actions}
- Specified by:
getPostScanActionsin interfaceDataplexDatascanDataQualitySpec
-
getRowFilter
public final String getRowFilter()
Description copied from interface:DataplexDatascanDataQualitySpecA filter applied to all rows in a single DataScan job.The filter needs to be a valid SQL expression for a WHERE clause in BigQuery standard SQL syntax. Example: col1 >= 0 AND col2 < 10 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#row_filter DataplexDatascan#row_filter}
- Specified by:
getRowFilterin interfaceDataplexDatascanDataQualitySpec
-
getRules
public final Object getRules()
Description copied from interface:DataplexDatascanDataQualitySpecrules block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#rules DataplexDatascan#rules}
- Specified by:
getRulesin interfaceDataplexDatascanDataQualitySpec
-
getSamplingPercent
public final Number getSamplingPercent()
Description copied from interface:DataplexDatascanDataQualitySpecThe percentage of the records to be selected from the dataset for DataScan.Value can range between 0.0 and 100.0 with up to 3 significant decimal digits. Sampling is not applied if 'sampling_percent' is not specified, 0 or 100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#sampling_percent DataplexDatascan#sampling_percent}
- Specified by:
getSamplingPercentin interfaceDataplexDatascanDataQualitySpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-