Class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType
@Stability(Stable) @Internal public static final class DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType
An implementation forDataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType
-
-
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.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType
DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType.Builder, DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType.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)StringgetName()Name of the information type.DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoTypeSensitivityScoregetSensitivityScore()sensitivity_score block.StringgetVersion()Version of the information type to use.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(DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoTypeName of the information type.Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#name DataLossPreventionJobTrigger#name}
- Specified by:
getNamein interfaceDataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType
-
getSensitivityScore
public final DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoTypeSensitivityScore getSensitivityScore()
Description copied from interface:DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoTypesensitivity_score block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#sensitivity_score DataLossPreventionJobTrigger#sensitivity_score}
- Specified by:
getSensitivityScorein interfaceDataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType
-
getVersion
public final String getVersion()
Description copied from interface:DataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoTypeVersion of the information type to use. By default, the version is set to stable.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#version DataLossPreventionJobTrigger#version}
- Specified by:
getVersionin interfaceDataLossPreventionJobTriggerInspectJobInspectConfigCustomInfoTypesInfoType
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-