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

DescribeConnectorEntityRequest

import type { DescribeConnectorEntityRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface DescribeConnectorEntityRequest {
apiVersion?: string | null;
connectorEntityName: string;
connectorProfileName?: string | null;
connectorType?: ConnectorType | null;
}

§Properties

§
apiVersion?: string | null
[src]

The version of the API that's used by the connector.

§
connectorEntityName: string
[src]

The entity name for that connector.

§
connectorProfileName?: string | null
[src]

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

§
connectorType?: ConnectorType | null
[src]

The type of connector application, such as Salesforce, Amplitude, and so on.