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

ListConnectorEntitiesRequest

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

§Properties

§
connectorProfileName?: string | null
[src]

The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account, and is used to query the downstream connector.

§
connectorType?: ConnectorType | null
[src]

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

§
entitiesPath?: string | null
[src]

This optional parameter is specific to connector implementation. Some connectors support multiple levels or categories of entities. You can find out the list of roots for such providers by sending a request without the entitiesPath parameter. If the connector supports entities at different roots, this initial request returns the list of roots. Otherwise, this request returns all entities supported by the provider.