GooglePrivacyDlpV2AwsDiscoveryStartingLocation
import type { GooglePrivacyDlpV2AwsDiscoveryStartingLocation } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
The AWS starting location for discovery.
interface GooglePrivacyDlpV2AwsDiscoveryStartingLocation {
accountId?: string;
allAssetInventoryAssets?: boolean;
}