connector_tags
Expands all tag keys and values for connectors
in a region
Overview
Name | connector_tags |
Type | Resource |
Description | Resource Type definition for AWS::Transfer::Connector |
Id | aws.transfer.connector_tags |
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. |
url | string | URL for Connector |
security_policy_name | string | Security policy for SFTP Connector |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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