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

RegisterConnectorRequest

import type { RegisterConnectorRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface RegisterConnectorRequest {
connectorLabel?: string | null;
connectorProvisioningConfig?: ConnectorProvisioningConfig | null;
connectorProvisioningType?: ConnectorProvisioningType | null;
description?: string | null;
}

§Properties

§
connectorLabel?: string | null
[src]

The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web Services account.

§
connectorProvisioningConfig?: ConnectorProvisioningConfig | null
[src]

The provisioning type of the connector. Currently the only supported value is LAMBDA.

§
connectorProvisioningType?: ConnectorProvisioningType | null
[src]

The provisioning type of the connector. Currently the only supported value is LAMBDA.

§
description?: string | null
[src]

A description about the connector that's being registered.