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

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

§Properties

§
integration?: "INTEGRATION_UNSPECIFIED" | "DATAPROC" | "LOOKER_CORE"
[src]

Required. Integration to which the rule applies. This field can be used to specify the integration against which the ingestion rule should be applied.