GooglePrivacyDlpV2DiscoveryOtherCloudConditions
import type { GooglePrivacyDlpV2DiscoveryOtherCloudConditions } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Requirements that must be true before a resource is profiled for the first time.
interface GooglePrivacyDlpV2DiscoveryOtherCloudConditions {
amazonS3BucketConditions?: GooglePrivacyDlpV2AmazonS3BucketConditions;
minAge?: number;
}