Interface DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.514Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet.Builderstatic classDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet.Builderbuilder()default DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSetgetRegexFileSet()regex_file_set block.default StringgetUrl()The Cloud Storage url of the file(s) to scan, in the format 'gs:/// '.
-
-
-
Method Detail
-
getRegexFileSet
@Stability(Stable) @Nullable default DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSet getRegexFileSet()
regex_file_set block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#regex_file_set DataLossPreventionJobTrigger#regex_file_set}
-
getUrl
@Stability(Stable) @Nullable default String getUrl()
The Cloud Storage url of the file(s) to scan, in the format 'gs:/// '. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means that 'gs://mybucket/' is equivalent to 'gs://mybucket/*', and 'gs://mybucket/directory/' is equivalent to 'gs://mybucket/directory/*'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#url DataLossPreventionJobTrigger#url}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet.Builder builder()
-
-