Skip to main content

connector_tags

Expands all tag keys and values for connectors in a region

Overview

Nameconnector_tags
TypeResource
DescriptionResource Type definition for AWS::Transfer::Connector
Idaws.transfer.connector_tags

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.
urlstringURL for Connector
security_policy_namestringSecurity policy for SFTP Connector
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all connectors in a region.

SELECT
region,
access_role,
as2_config,
sftp_config,
arn,
connector_id,
logging_role,
service_managed_egress_ip_addresses,
url,
security_policy_name,
tag_key,
tag_value
FROM aws.transfer.connector_tags
WHERE region = 'us-east-1';

Permissions

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