GooglePrivacyDlpV2OtherCloudDiscoveryTarget
import type { GooglePrivacyDlpV2OtherCloudDiscoveryTarget } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Target used to match against for discovery of resources from other clouds. An AWS connector in Security Command Center (Enterprise is required to use this feature.
interface GooglePrivacyDlpV2OtherCloudDiscoveryTarget {
conditions?: GooglePrivacyDlpV2DiscoveryOtherCloudConditions;
dataSourceType?: GooglePrivacyDlpV2DataSourceType;
disabled?: GooglePrivacyDlpV2Disabled;
generationCadence?: GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence;
}§Properties
§
conditions?: GooglePrivacyDlpV2DiscoveryOtherCloudConditions
[src]Optional. In addition to matching the filter, these conditions must be true before a profile is generated.
§
dataSourceType?: GooglePrivacyDlpV2DataSourceType
[src]Required. The type of data profiles generated by this discovery target. Supported values are: * aws/s3/bucket
§
disabled?: GooglePrivacyDlpV2Disabled
[src]Disable profiling for resources that match this filter.
§
Required. The resources that the discovery cadence applies to. The first target with a matching filter will be the one to apply to a resource.
§
generationCadence?: GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence
[src]How often and when to update data profiles. New resources that match both the filter and conditions are scanned as quickly as possible depending on system capacity.