aws.transfer.list_connectors
Example SQL Queries
SELECT * FROMaws.transfer.list_connectors;Description
Lists the connectors for the specified Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| arn The Amazon Resource Name (ARN) of the specified connector. | VARCHAR |
| connector_id The unique identifier for the connector. | VARCHAR |
| url The URL of the partner's AS2 or SFTP endpoint. | VARCHAR |