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

ConnectorDefinitionVersion

import type { ConnectorDefinitionVersion } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";

Information about the connector definition version, which is a container for connectors.

interface ConnectorDefinitionVersion {
Connectors?: Connector[] | null;
}

§Properties

§
Connectors?: Connector[] | null
[src]

A list of references to connectors in this version, with their corresponding configuration settings.