Skip to main content

connectors_list_only

Lists connectors in a region or regions, for all properties use connectors

Overview

Nameconnectors_list_only
TypeResource
DescriptionResource Type definition for AWS::Transfer::Connector
Idaws.transfer.connectors_list_only

Fields

NameDatatypeDescription
access_rolestringSpecifies the access role for the connector.
as2_configobjectConfiguration for an AS2 connector.
sftp_configobjectConfiguration for an SFTP connector.
arnstringSpecifies the unique Amazon Resource Name (ARN) for the connector.
connector_idstringA unique identifier for the connector.
logging_rolestringSpecifies the logging role for the connector.
service_managed_egress_ip_addressesarrayThe list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector.
tagsarrayKey-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose.
urlstringURL for Connector
security_policy_namestringSecurity policy for SFTP Connector
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all connectors in a region.

SELECT
region,
connector_id
FROM aws.transfer.connectors_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the connectors_list_only resource, see connectors