v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1423398235.2 KB

Returns a list of connector-profile details matching the provided connector-profile names and connector-types. Both input lists are optional, and you can use them to filter the result.

If no names or connector-types are provided, returns all connector profiles in a paginated form. If there is no match, this operation returns an empty list.

post/describe-connector-profiles

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Request body

connectorProfileNamesConnectorProfileName[]

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

connectorType'Salesforce' | 'Singular' | 'Slack' | 'Redshift' | 'S3' | 'Marketo' | 'Googleanalytics' | 'Zendesk' | 'Servicenow' | 'Datadog' | 'Trendmicro' | 'Snowflake' | 'Dynatrace' | 'Infornexus' | 'Amplitude' | 'Veeva' | 'EventBridge' | 'LookoutMetrics' | 'Upsolver' | 'Honeycode' | 'CustomerProfiles' | 'SAPOData' | 'CustomConnector' | 'Pardot'

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

connectorLabelstring

The name of the connector. The name is unique for each <code>ConnectorRegistration</code> in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

maxResultsinteger

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

nextTokenstring

The pagination token for the next page of data.

Response

Success

nextTokenstring

The pagination token for the next page of data. If <code>nextToken=null</code>, this means that all records have been fetched.