Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GooglePrivacyDlpV2AmazonS3BucketRegex

import type { GooglePrivacyDlpV2AmazonS3BucketRegex } from "https://googleapis.deno.dev/v1/dlp:v2.ts";

Amazon S3 bucket regex.

interface GooglePrivacyDlpV2AmazonS3BucketRegex {
bucketNameRegex?: string;
}

§Properties

§

The AWS account regex.

§
bucketNameRegex?: string
[src]

Optional. Regex to test the bucket name against. If empty, all buckets match.