Interface DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable

    • 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}