Interface DataplexDatascanConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    DataplexDatascanConfig.Jsii$Proxy

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

      • getData

        @Stability(Stable)
        @NotNull
        DataplexDatascanData getData()
        data block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#data DataplexDatascan#data}

      • getDataScanId

        @Stability(Stable)
        @NotNull
        String getDataScanId()
        DataScan identifier.

        Must contain only lowercase letters, numbers and hyphens. Must start with a letter. Must end with a number or a letter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#data_scan_id DataplexDatascan#data_scan_id}

      • getExecutionSpec

        @Stability(Stable)
        @NotNull
        DataplexDatascanExecutionSpec getExecutionSpec()
        execution_spec block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#execution_spec DataplexDatascan#execution_spec}

      • getLocation

        @Stability(Stable)
        @NotNull
        String getLocation()
        The location where the data scan should reside.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#location DataplexDatascan#location}

      • getDataProfileSpec

        @Stability(Stable)
        @Nullable
        default DataplexDatascanDataProfileSpec getDataProfileSpec()
        data_profile_spec block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#data_profile_spec DataplexDatascan#data_profile_spec}

      • getDataQualitySpec

        @Stability(Stable)
        @Nullable
        default DataplexDatascanDataQualitySpec getDataQualitySpec()
        data_quality_spec block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#data_quality_spec DataplexDatascan#data_quality_spec}

      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        Description of the scan.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#description DataplexDatascan#description}

      • getDisplayName

        @Stability(Stable)
        @Nullable
        default String getDisplayName()
        User friendly display name.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#display_name DataplexDatascan#display_name}

      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#id DataplexDatascan#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getLabels

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getLabels()
        User-defined labels for the scan. A list of key->value pairs.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#labels DataplexDatascan#labels}

      • getProject

        @Stability(Stable)
        @Nullable
        default String getProject()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#project DataplexDatascan#project}.
      • getTimeouts

        @Stability(Stable)
        @Nullable
        default DataplexDatascanTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#timeouts DataplexDatascan#timeouts}