Skip to main content

connectors

Retrieves a list of connectors in a region

Overview

Nameconnectors
TypeResource
Descriptionconnectors
Idawscc.transfer.connectors

Fields

NameDatatypeDescription
connector_idstringA unique identifier for the connector.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
connector_id
FROM awscc.transfer.connectors
WHERE region = 'us-east-1'

Permissions

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

Create

transfer:CreateConnector,
transfer:TagResource,
iam:PassRole

List

transfer:ListConnectors