Class DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions
@Stability(Stable) @Internal public static final class DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions
An implementation forDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions
-
-
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.DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions
DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder, DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.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)StringgetDescription()A short description of where the data is coming from.Map<String,String>getLabels()To organize findings, these labels will be added to each finding.List<String>getRequiredFindingLabelKeys()These are labels that each inspection request must include within their 'finding_labels' map.DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptionsTableOptionsgetTableOptions()table_options 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(DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder.
-
-
Method Detail
-
getDescription
public final String getDescription()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptionsA short description of where the data is coming from.Will be stored once in the job. 256 max length. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#description DataLossPreventionJobTrigger#description}
- Specified by:
getDescriptionin interfaceDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptionsTo organize findings, these labels will be added to each finding.Label keys must be between 1 and 63 characters long and must conform to the following regular expression: '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?'. Label values must be between 0 and 63 characters long and must conform to the regular expression '([a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?)?'. No more than 10 labels can be associated with a given finding. Examples: * '"environment" : "production"' * '"pipeline" : "etl"' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#labels DataLossPreventionJobTrigger#labels}
- Specified by:
getLabelsin interfaceDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions
-
getRequiredFindingLabelKeys
public final List<String> getRequiredFindingLabelKeys()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptionsThese are labels that each inspection request must include within their 'finding_labels' map.Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?'. No more than 10 keys can be required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#required_finding_label_keys DataLossPreventionJobTrigger#required_finding_label_keys}
- Specified by:
getRequiredFindingLabelKeysin interfaceDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions
-
getTableOptions
public final DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptionsTableOptions getTableOptions()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptionstable_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#table_options DataLossPreventionJobTrigger#table_options}
- Specified by:
getTableOptionsin interfaceDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-