connectors_list_only
Lists connectors
in a region or regions, for all properties use connectors
Overview
Name | connectors_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Transfer::Connector |
Id | aws.transfer.connectors_list_only |
Fields
Name | Datatype | Description |
---|---|---|
access_role | string | Specifies the access role for the connector. |
as2_config | object | Configuration for an AS2 connector. |
sftp_config | object | Configuration for an SFTP connector. |
arn | string | Specifies the unique Amazon Resource Name (ARN) for the connector. |
connector_id | string | A unique identifier for the connector. |
logging_role | string | Specifies the logging role for the connector. |
service_managed_egress_ip_addresses | array | The list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector. |
tags | array | Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose. |
url | string | URL for Connector |
security_policy_name | string | Security policy for SFTP Connector |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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