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

CustomConnectorSourceProperties

import type { CustomConnectorSourceProperties } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";

The properties that are applied when the custom connector is being used as a source.

interface CustomConnectorSourceProperties {
customProperties?: {
[key: string]: string | null | undefined;
}
| null;
entityName: string;
}

§Properties

§
customProperties?: {
[key: string]: string | null | undefined;
}
| null
[src]

Custom properties that are required to use the custom connector as a source.

§
entityName: string
[src]

The entity specified in the custom connector as a source in the flow.