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

ConnectorConfiguration

import type { ConnectorConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appflow.ts";
interface ConnectorConfiguration {
canUseAsDestination?: boolean | null;
canUseAsSource?: boolean | null;
connectorMetadata?: ConnectorMetadata | null;
isPrivateLinkEnabled?: boolean | null;
isPrivateLinkEndpointUrlRequired?: boolean | null;
supportedDestinationConnectors?: ConnectorType[] | null;
supportedSchedulingFrequencies?: ScheduleFrequencyType[] | null;
supportedTriggerTypes?: TriggerType[] | null;
}

§Properties

§
canUseAsDestination?: boolean | null
[src]
§
canUseAsSource?: boolean | null
[src]
§
connectorMetadata?: ConnectorMetadata | null
[src]
§
isPrivateLinkEnabled?: boolean | null
[src]
§
isPrivateLinkEndpointUrlRequired?: boolean | null
[src]
§
supportedDestinationConnectors?: ConnectorType[] | null
[src]
§
supportedSchedulingFrequencies?: ScheduleFrequencyType[] | null
[src]
§
supportedTriggerTypes?: TriggerType[] | null
[src]