connectors
Retrieves a list of connectors
in a region
Overview
Name | connectors |
Type | Resource |
Description | connectors |
Id | awscc.appflow.connectors |
Fields
Name | Datatype | Description |
---|---|---|
connector_label | string | The name of the connector. The name is unique for each ConnectorRegistration in your AWS account. |
region | string | AWS 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