GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleIntegrationSelector
import type { GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleIntegrationSelector } from "https://googleapis.deno.dev/v1/datalineage:v1.ts";Integration selector of the rule. The rule is only applied to the Integration selected by the selector.
interface GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleIntegrationSelector {
integration?: "INTEGRATION_UNSPECIFIED" | "DATAPROC" | "LOOKER_CORE";
}