Class DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable
@Stability(Stable) @Internal public static final class DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable
An implementation forDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable
DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder, DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDatasetId()Dataset ID of the table.StringgetProjectId()The Google Cloud Platform project ID of the project containing the table.StringgetTableId()Name of the table.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder.
-
-
Method Detail
-
getDatasetId
public final String getDatasetId()
Description copied from interface:DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTableDataset 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}
- Specified by:
getDatasetIdin interfaceDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable
-
getProjectId
public final String getProjectId()
Description copied from interface:DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTableThe 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}
- Specified by:
getProjectIdin interfaceDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable
-
getTableId
public final String getTableId()
Description copied from interface:DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTableName 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}
- Specified by:
getTableIdin interfaceDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-