Interface DataplexDatascanDataProfileSpec

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DataplexDatascanDataProfileSpec.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.594Z")
    @Stability(Stable)
    public interface DataplexDatascanDataProfileSpec
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getExcludeFields

        @Stability(Stable)
        @Nullable
        default DataplexDatascanDataProfileSpecExcludeFields getExcludeFields()
        exclude_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}

      • getIncludeFields

        @Stability(Stable)
        @Nullable
        default DataplexDatascanDataProfileSpecIncludeFields getIncludeFields()
        include_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}

      • getPostScanActions

        @Stability(Stable)
        @Nullable
        default DataplexDatascanDataProfileSpecPostScanActions 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}

      • 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}