connectors
Retrieves a list of connectors
in a region
Overview
Name | connectors |
Type | Resource |
Description | connectors |
Id | awscc.transfer.connectors |
Fields
Name | Datatype | Description |
---|---|---|
connector_id | string | A unique identifier for the connector. |
region | string | AWS 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