Class DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig
@Stability(Stable) @Internal public static final class DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig
An implementation forDataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig
-
-
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.DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig
DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Builder, DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.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)StringgetDeidentifyTemplate()If this template is specified, it will serve as the default de-identify template.StringgetImageRedactTemplate()If this template is specified, it will serve as the de-identify template for images.StringgetStructuredDeidentifyTemplate()If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables.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(DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Builder.
-
-
Method Detail
-
getDeidentifyTemplate
public final String getDeidentifyTemplate()
Description copied from interface:DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfigIf this template is specified, it will serve as the default de-identify template.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#deidentify_template DataLossPreventionJobTrigger#deidentify_template}
- Specified by:
getDeidentifyTemplatein interfaceDataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig
-
getImageRedactTemplate
public final String getImageRedactTemplate()
Description copied from interface:DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfigIf this template is specified, it will serve as the de-identify template for images.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#image_redact_template DataLossPreventionJobTrigger#image_redact_template}
- Specified by:
getImageRedactTemplatein interfaceDataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig
-
getStructuredDeidentifyTemplate
public final String getStructuredDeidentifyTemplate()
Description copied from interface:DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfigIf this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#structured_deidentify_template DataLossPreventionJobTrigger#structured_deidentify_template}
- Specified by:
getStructuredDeidentifyTemplatein interfaceDataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-