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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataplexDatascanData.BuilderA builder forDataplexDatascanDatastatic classDataplexDatascanData.Jsii$ProxyAn implementation forDataplexDatascanData
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataplexDatascanData.Builderbuilder()default StringgetEntity()The Dataplex entity that represents the data source(e.g.default StringgetResource()The service-qualified full resource name of the cloud resource for a DataScan job to scan against.
-
-
-
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}
-
builder
@Stability(Stable) static DataplexDatascanData.Builder builder()
- Returns:
- a
DataplexDatascanData.BuilderofDataplexDatascanData
-
-