aws.appflow.describe_connector_profiles
Example SQL Queries
SELECT * FROMaws.appflow.describe_connector_profiles;Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| connector_label Input Column 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/. | VARCHAR |
| connector_profile_names Input Column The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account. | VARCHAR[] |
Show child fields
| |
| connector_type Input Column The type of connector, such as Salesforce, Amplitude, and so on. | VARCHAR |
| 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 |
| connector_profile_details Returns information about the connector profiles associated with the flow. | STRUCT( |
Show child fields
| |