Interface DataplexDatascanDataQualitySpec
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataplexDatascanDataQualitySpec.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.595Z") @Stability(Stable) public interface DataplexDatascanDataQualitySpec extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexDatascanDataQualitySpec.BuilderA builder forDataplexDatascanDataQualitySpecstatic classDataplexDatascanDataQualitySpec.Jsii$ProxyAn implementation forDataplexDatascanDataQualitySpec
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataplexDatascanDataQualitySpec.Builderbuilder()default DataplexDatascanDataQualitySpecPostScanActionsgetPostScanActions()post_scan_actions block.default StringgetRowFilter()A filter applied to all rows in a single DataScan job.default ObjectgetRules()rules block.default NumbergetSamplingPercent()The percentage of the records to be selected from the dataset for DataScan.
-
-
-
Method Detail
-
getPostScanActions
@Stability(Stable) @Nullable default DataplexDatascanDataQualitySpecPostScanActions getPostScanActions()
post_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}
-
getRowFilter
@Stability(Stable) @Nullable default String getRowFilter()
A 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}
-
getRules
@Stability(Stable) @Nullable default Object getRules()
rules block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#rules DataplexDatascan#rules}
-
getSamplingPercent
@Stability(Stable) @Nullable default Number getSamplingPercent()
The 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}
-
builder
@Stability(Stable) static DataplexDatascanDataQualitySpec.Builder builder()
-
-