GooglePrivacyDlpV2AmazonS3BucketRegex
import type { GooglePrivacyDlpV2AmazonS3BucketRegex } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Amazon S3 bucket regex.
interface GooglePrivacyDlpV2AmazonS3BucketRegex {
awsAccountRegex?: GooglePrivacyDlpV2AwsAccountRegex;
bucketNameRegex?: string;
}