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

DescribeConnectorProfilesRequest

import type { DescribeConnectorProfilesRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface DescribeConnectorProfilesRequest {
connectorLabel?: string | null;
connectorProfileNames?: string[] | null;
connectorType?: ConnectorType | null;
maxResults?: number | null;
nextToken?: 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. Only needed if calling for CUSTOMCONNECTOR connector type/.

§
connectorProfileNames?: 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, such as Salesforce, Amplitude, and so on.

§
maxResults?: number | null
[src]

Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

§
nextToken?: string | null
[src]

The pagination token for the next page of data.