Class DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions
@Stability(Stable) @Internal public static final class DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions
An implementation forDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions
-
-
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.DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions
DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions.Builder, DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions.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)NumbergetBytesLimitPerFile()Max number of bytes to scan from a file.NumbergetBytesLimitPerFilePercent()Max percentage of bytes to scan from a file.DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetgetFileSet()file_set block.NumbergetFilesLimitPercent()Limits the number of files to scan to this percentage of the input FileSet.List<String>getFileTypes()List of file type groups to include in the scan.StringgetSampleMethod()How to sample bytes if not all bytes are scanned.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(DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions.Builder.
-
-
Method Detail
-
getFileSet
public final DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet getFileSet()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsfile_set block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#file_set DataLossPreventionJobTrigger#file_set}
- Specified by:
getFileSetin interfaceDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions
-
getBytesLimitPerFile
public final Number getBytesLimitPerFile()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsMax number of bytes to scan from a file.If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#bytes_limit_per_file DataLossPreventionJobTrigger#bytes_limit_per_file}
- Specified by:
getBytesLimitPerFilein interfaceDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions
-
getBytesLimitPerFilePercent
public final Number getBytesLimitPerFilePercent()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsMax percentage of bytes to scan from a file.The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#bytes_limit_per_file_percent DataLossPreventionJobTrigger#bytes_limit_per_file_percent}
- Specified by:
getBytesLimitPerFilePercentin interfaceDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions
-
getFilesLimitPercent
public final Number getFilesLimitPercent()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsLimits the number of files to scan to this percentage of the input FileSet.Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#files_limit_percent DataLossPreventionJobTrigger#files_limit_percent}
- Specified by:
getFilesLimitPercentin interfaceDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions
-
getFileTypes
public final List<String> getFileTypes()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsList of file type groups to include in the scan.If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no fileTypes were specified. Possible values: ["BINARY_FILE", "TEXT_FILE", "IMAGE", "WORD", "PDF", "AVRO", "CSV", "TSV", "POWERPOINT", "EXCEL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#file_types DataLossPreventionJobTrigger#file_types}
- Specified by:
getFileTypesin interfaceDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions
-
getSampleMethod
public final String getSampleMethod()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsHow to sample bytes if not all bytes are scanned.Meaningful only when used in conjunction with bytesLimitPerFile. If not specified, scanning would start from the top. Possible values: ["TOP", "RANDOM_START"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#sample_method DataLossPreventionJobTrigger#sample_method}
- Specified by:
getSampleMethodin interfaceDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-