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

GooglePrivacyDlpV2AwsAccountRegex

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

AWS account regex.

interface GooglePrivacyDlpV2AwsAccountRegex {
accountIdRegex?: string;
}

§Properties

§
accountIdRegex?: string
[src]

Optional. Regex to test the AWS account ID against. If empty, all accounts match.