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

ConnectorProvisioningType

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

The type of provisioning that the connector supports, such as Lambda.

type ConnectorProvisioningType = "LAMBDA" | cmnP.UnexpectedEnumValue;