Interface DataLossPreventionDiscoveryConfigActionsExportDataProfileTable
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.424Z") @Stability(Stable) public interface DataLossPreventionDiscoveryConfigActionsExportDataProfileTable extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionDiscoveryConfigActionsExportDataProfileTable.Builderstatic classDataLossPreventionDiscoveryConfigActionsExportDataProfileTable.Jsii$ProxyAn implementation forDataLossPreventionDiscoveryConfigActionsExportDataProfileTable
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.Builderbuilder()default StringgetDatasetId()Dataset Id of the table.default StringgetProjectId()The Google Cloud Platform project ID of the project containing the table.default StringgetTableId()Name of the table.
-
-
-
Method Detail
-
getDatasetId
@Stability(Stable) @Nullable default String getDatasetId()
Dataset Id of the table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#dataset_id DataLossPreventionDiscoveryConfig#dataset_id}
-
getProjectId
@Stability(Stable) @Nullable default String getProjectId()
The Google Cloud Platform project ID of the project containing the table.If omitted, the project ID is inferred from the API call. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#project_id DataLossPreventionDiscoveryConfig#project_id}
-
getTableId
@Stability(Stable) @Nullable default String getTableId()
Name of the table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#table_id DataLossPreventionDiscoveryConfig#table_id}
-
builder
@Stability(Stable) static DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.Builder builder()
-
-