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

UpdateConnectorProfileRequest

import type { UpdateConnectorProfileRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface UpdateConnectorProfileRequest {
connectionMode: ConnectionMode;
connectorProfileConfig: ConnectorProfileConfig;
connectorProfileName: string;
}

§Properties

§
connectionMode: ConnectionMode
[src]

Indicates the connection mode and if it is public or private.

§
connectorProfileConfig: ConnectorProfileConfig
[src]

Defines the connector-specific profile configuration and credentials.

§
connectorProfileName: string
[src]

The name of the connector profile and is unique for each ConnectorProfile in the Amazon Web Services account.