aws.appflow.list_connector_entities
Example SQL Queries
SELECT * FROMaws.appflow.list_connector_entities;Description
Returns the list of available connector entities supported by Amazon AppFlow. For example, you can query Salesforce for Account and Opportunity entities, or query ServiceNow for the Incident entity.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_version Input Column The version of the API that's used by the connector. | VARCHAR |
| connector_profile_name Input Column 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. | VARCHAR |
| connector_type Input Column The type of connector, such as Salesforce, Amplitude, and so on. | VARCHAR |
| entities_path Input Column 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. | VARCHAR |
| max_results Input Column The maximum number of items that the operation returns in the response. | BIGINT |
| next_token Input Column A token that you specify in your next ListConnectorEntities operation to get the next page of results in paginated response. The ListConnectorEntities operation provides this token if the response is too big for the page size. | 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 |
| connector_entity_map The response of ListConnectorEntities lists entities grouped by category. This map's key represents the group name, and its value contains the list of entities belonging to that group. | MAP(VARCHAR, STRUCT( |