GooglePrivacyDlpV2OtherCloudResourceRegex
import type { GooglePrivacyDlpV2OtherCloudResourceRegex } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
A pattern to match against one or more resources. At least one pattern must be specified. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
interface GooglePrivacyDlpV2OtherCloudResourceRegex {
amazonS3BucketRegex?: GooglePrivacyDlpV2AmazonS3BucketRegex;
}§Properties
§
amazonS3BucketRegex?: GooglePrivacyDlpV2AmazonS3BucketRegex
[src]Regex for Amazon S3 buckets.