Interface DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.516Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builderstatic classDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builderbuilder()default StringgetDescription()A short description of where the data is coming from.default Map<String,String>getLabels()To organize findings, these labels will be added to each finding.default List<String>getRequiredFindingLabelKeys()These are labels that each inspection request must include within their 'finding_labels' map.default DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptionsTableOptionsgetTableOptions()table_options block.
-
-
-
Method Detail
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A 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}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
To 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}
-
getRequiredFindingLabelKeys
@Stability(Stable) @Nullable default List<String> getRequiredFindingLabelKeys()
These 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}
-
getTableOptions
@Stability(Stable) @Nullable default DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptionsTableOptions getTableOptions()
table_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}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJobStorageConfigHybridOptions.Builder builder()
-
-