aws.appflow.list_connectors
Example SQL Queries
SELECT * FROMaws.appflow.list_connectors;Description
Returns the list of all registered custom connectors in your Amazon Web Services account. This API lists only custom connectors registered in this account, not the Amazon Web Services authored connectors.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column 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). | BIGINT |
| next_token Input Column The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| connectors Contains information about the connectors supported by Amazon AppFlow. | STRUCT( |
Show child fields
| |