Class DataLossPreventionInspectTemplateInspectConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionInspectTemplateInspectConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionInspectTemplateInspectConfig
@Stability(Stable) @Internal public static final class DataLossPreventionInspectTemplateInspectConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionInspectTemplateInspectConfig
An implementation forDataLossPreventionInspectTemplateInspectConfig
-
-
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_inspect_template.DataLossPreventionInspectTemplateInspectConfig
DataLossPreventionInspectTemplateInspectConfig.Builder, DataLossPreventionInspectTemplateInspectConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionInspectTemplateInspectConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionInspectTemplateInspectConfig.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)List<String>getContentOptions()List of options defining data content to scan.ObjectgetCustomInfoTypes()custom_info_types block.ObjectgetExcludeInfoTypes()When true, excludes type information of the findings.ObjectgetIncludeQuote()When true, a contextual quote from the data that triggered a finding is included in the response.ObjectgetInfoTypes()info_types block.DataLossPreventionInspectTemplateInspectConfigLimitsgetLimits()limits block.StringgetMinLikelihood()Only returns findings equal or above this threshold.ObjectgetRuleSet()rule_set block.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(DataLossPreventionInspectTemplateInspectConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionInspectTemplateInspectConfig.Builder.
-
-
Method Detail
-
getContentOptions
public final List<String> getContentOptions()
Description copied from interface:DataLossPreventionInspectTemplateInspectConfigList of options defining data content to scan.If empty, text, images, and other content will be included. Possible values: ["CONTENT_TEXT", "CONTENT_IMAGE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#content_options DataLossPreventionInspectTemplate#content_options}
- Specified by:
getContentOptionsin interfaceDataLossPreventionInspectTemplateInspectConfig
-
getCustomInfoTypes
public final Object getCustomInfoTypes()
Description copied from interface:DataLossPreventionInspectTemplateInspectConfigcustom_info_types block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#custom_info_types DataLossPreventionInspectTemplate#custom_info_types}
- Specified by:
getCustomInfoTypesin interfaceDataLossPreventionInspectTemplateInspectConfig
-
getExcludeInfoTypes
public final Object getExcludeInfoTypes()
Description copied from interface:DataLossPreventionInspectTemplateInspectConfigWhen true, excludes type information of the findings.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#exclude_info_types DataLossPreventionInspectTemplate#exclude_info_types}
- Specified by:
getExcludeInfoTypesin interfaceDataLossPreventionInspectTemplateInspectConfig
-
getIncludeQuote
public final Object getIncludeQuote()
Description copied from interface:DataLossPreventionInspectTemplateInspectConfigWhen true, a contextual quote from the data that triggered a finding is included in the response.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#include_quote DataLossPreventionInspectTemplate#include_quote}
- Specified by:
getIncludeQuotein interfaceDataLossPreventionInspectTemplateInspectConfig
-
getInfoTypes
public final Object getInfoTypes()
Description copied from interface:DataLossPreventionInspectTemplateInspectConfiginfo_types block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#info_types DataLossPreventionInspectTemplate#info_types}
- Specified by:
getInfoTypesin interfaceDataLossPreventionInspectTemplateInspectConfig
-
getLimits
public final DataLossPreventionInspectTemplateInspectConfigLimits getLimits()
Description copied from interface:DataLossPreventionInspectTemplateInspectConfiglimits block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#limits DataLossPreventionInspectTemplate#limits}
- Specified by:
getLimitsin interfaceDataLossPreventionInspectTemplateInspectConfig
-
getMinLikelihood
public final String getMinLikelihood()
Description copied from interface:DataLossPreventionInspectTemplateInspectConfigOnly returns findings equal or above this threshold.See https://cloud.google.com/dlp/docs/likelihood for more info Default value: "POSSIBLE" Possible values: ["VERY_UNLIKELY", "UNLIKELY", "POSSIBLE", "LIKELY", "VERY_LIKELY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#min_likelihood DataLossPreventionInspectTemplate#min_likelihood}
- Specified by:
getMinLikelihoodin interfaceDataLossPreventionInspectTemplateInspectConfig
-
getRuleSet
public final Object getRuleSet()
Description copied from interface:DataLossPreventionInspectTemplateInspectConfigrule_set block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#rule_set DataLossPreventionInspectTemplate#rule_set}
- Specified by:
getRuleSetin interfaceDataLossPreventionInspectTemplateInspectConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-