Interface DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.480Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Builderstatic classDataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Builderbuilder()default StringgetDeidentifyTemplate()If this template is specified, it will serve as the default de-identify template.default StringgetImageRedactTemplate()If this template is specified, it will serve as the de-identify template for images.default StringgetStructuredDeidentifyTemplate()If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables.
-
-
-
Method Detail
-
getDeidentifyTemplate
@Stability(Stable) @Nullable default String getDeidentifyTemplate()
If 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}
-
getImageRedactTemplate
@Stability(Stable) @Nullable default String getImageRedactTemplate()
If 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}
-
getStructuredDeidentifyTemplate
@Stability(Stable) @Nullable default String getStructuredDeidentifyTemplate()
If 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}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig.Builder builder()
-
-