Interface DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.487Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.Builderstatic classDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.Builderbuilder()default StringgetOutputSchema()Schema used for writing the findings for Inspect jobs.DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTablegetTable()table block.
-
-
-
Method Detail
-
getTable
@Stability(Stable) @NotNull DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable getTable()
table block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#table DataLossPreventionJobTrigger#table}
-
getOutputSchema
@Stability(Stable) @Nullable default String getOutputSchema()
Schema used for writing the findings for Inspect jobs.This field is only used for Inspect and must be unspecified for Risk jobs. Columns are derived from the Finding object. If appending to an existing table, any columns from the predefined schema that are missing will be added. No columns in the existing table will be deleted. If unspecified, then all available columns will be used for a new table or an (existing) table with no schema, and no changes will be made to an existing table that has a schema. Only for use with external storage. Possible values: ["BASIC_COLUMNS", "GCS_COLUMNS", "DATASTORE_COLUMNS", "BIG_QUERY_COLUMNS", "ALL_COLUMNS"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#output_schema DataLossPreventionJobTrigger#output_schema}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.Builder builder()
-
-