Class DataplexDatascanDataProfileSpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataProfileSpec.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexDatascanDataProfileSpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexDatascanDataProfileSpec
@Stability(Stable) @Internal public static final class DataplexDatascanDataProfileSpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexDatascanDataProfileSpec
An implementation forDataplexDatascanDataProfileSpec
-
-
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.DataplexDatascanDataProfileSpec
DataplexDatascanDataProfileSpec.Builder, DataplexDatascanDataProfileSpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexDatascanDataProfileSpec.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataProfileSpec.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)DataplexDatascanDataProfileSpecExcludeFieldsgetExcludeFields()exclude_fields block.DataplexDatascanDataProfileSpecIncludeFieldsgetIncludeFields()include_fields block.DataplexDatascanDataProfileSpecPostScanActionsgetPostScanActions()post_scan_actions block.StringgetRowFilter()A filter applied to all rows in a single DataScan job.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(DataplexDatascanDataProfileSpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataProfileSpec.Builder.
-
-
Method Detail
-
getExcludeFields
public final DataplexDatascanDataProfileSpecExcludeFields getExcludeFields()
Description copied from interface:DataplexDatascanDataProfileSpecexclude_fields block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#exclude_fields DataplexDatascan#exclude_fields}
- Specified by:
getExcludeFieldsin interfaceDataplexDatascanDataProfileSpec
-
getIncludeFields
public final DataplexDatascanDataProfileSpecIncludeFields getIncludeFields()
Description copied from interface:DataplexDatascanDataProfileSpecinclude_fields block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#include_fields DataplexDatascan#include_fields}
- Specified by:
getIncludeFieldsin interfaceDataplexDatascanDataProfileSpec
-
getPostScanActions
public final DataplexDatascanDataProfileSpecPostScanActions getPostScanActions()
Description copied from interface:DataplexDatascanDataProfileSpecpost_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 interfaceDataplexDatascanDataProfileSpec
-
getRowFilter
public final String getRowFilter()
Description copied from interface:DataplexDatascanDataProfileSpecA 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 interfaceDataplexDatascanDataProfileSpec
-
getSamplingPercent
public final Number getSamplingPercent()
Description copied from interface:DataplexDatascanDataProfileSpecThe 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 interfaceDataplexDatascanDataProfileSpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-