Skip to main content

connectors

Retrieves a list of connectors in a region

Overview

Nameconnectors
TypeResource
Descriptionconnectors
Idawscc.appflow.connectors

Fields

NameDatatypeDescription
connector_labelstring The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
connector_label
FROM awscc.appflow.connectors
WHERE region = 'us-east-1'

Permissions

To operate on the connectors resource, the following permissions are required:

Create

appflow:RegisterConnector,
lambda:InvokeFunction

List

appflow:ListConnectors