Interface DataplexDatascanData

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

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

      • getEntity

        @Stability(Stable)
        @Nullable
        default String getEntity()
        The Dataplex entity that represents the data source(e.g. BigQuery table) for Datascan.

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

      • getResource

        @Stability(Stable)
        @Nullable
        default String getResource()
        The service-qualified full resource name of the cloud resource for a DataScan job to scan against.

        The field could be: (Cloud Storage bucket for DataDiscoveryScan)BigQuery table of type "TABLE" for DataProfileScan/DataQualityScan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#resource DataplexDatascan#resource}