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

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;
}

§Properties

§
accountId?: string
[src]

The AWS account ID that this discovery config applies to. Within an AWS organization, you can find the AWS account ID inside an AWS account ARN. Example: arn:{partition}:organizations::{management_account_id}:account/{org_id}/{account_id}

§
allAssetInventoryAssets?: boolean
[src]

All AWS assets stored in Asset Inventory that didn't match other AWS discovery configs.