Interface DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.487Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builderstatic classDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builderbuilder()StringgetDatasetId()Dataset ID of the table.StringgetProjectId()The Google Cloud Platform project ID of the project containing the table.default StringgetTableId()Name of the table.
-
-
-
Method Detail
-
getDatasetId
@Stability(Stable) @NotNull 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_job_trigger#dataset_id DataLossPreventionJobTrigger#dataset_id}
-
getProjectId
@Stability(Stable) @NotNull String getProjectId()
The Google Cloud Platform project ID of the project containing the table.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#project_id DataLossPreventionJobTrigger#project_id}
-
getTableId
@Stability(Stable) @Nullable default String getTableId()
Name of the table.If is not set a new one will be generated for you with the following format: 'dlp_googleapis_yyyy_mm_dd_[dlp_job_id]'. Pacific timezone will be used for generating the date details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#table_id DataLossPreventionJobTrigger#table_id}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder builder()
-
-