Skip to main content

connector

Gets an individual connector resource

Overview

Nameconnector
TypeResource
Descriptionconnector
Idawscc.transfer.connector

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.
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
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
access_role,
as2_config,
sftp_config,
arn,
connector_id,
logging_role,
tags,
url
FROM awscc.transfer.connector
WHERE data__Identifier = '<ConnectorId>';

Permissions

To operate on the connector resource, the following permissions are required:

Read

transfer:DescribeConnector

Update

transfer:UpdateConnector,
transfer:UnTagResource,
transfer:TagResource,
iam:PassRole

Delete

transfer:DeleteConnector