v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1458293303.1 KB

Updates some of the parameters for an existing connector. Provide the <code>ConnectorId</code> for the connector that you want to update, along with the new values for the parameters to update.

post/#X-Amz-Target=TransferService.UpdateConnector

Headers

X-Amz-Target'TransferService.UpdateConnector' required

Request body

ConnectorIdstring required

The unique identifier for the connector.

Urlstring

The URL of the partner's AS2 endpoint.

AccessRolestring

With AS2, you can send files by calling <code>StartFileTransfer</code> and specifying the file paths in the request parameter, <code>SendFilePaths</code>. We use the file’s parent directory (for example, for <code>--send-file-paths /bucket/dir/file.txt</code>, parent directory is <code>/bucket/dir/</code>) to temporarily store a processed AS2 message file, store the MDN when we receive them from the partner, and write a final JSON file containing relevant metadata of the transmission. So, the <code>AccessRole</code> needs to provide read and write access to the parent directory of the file location used in the <code>StartFileTransfer</code> request. Additionally, you need to provide read and write access to the parent directory of the files that you intend to send with <code>StartFileTransfer</code>.

LoggingRolestring

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a connector to turn on CloudWatch logging for Amazon S3 events. When set, you can view connector activity in your CloudWatch logs.

Response

Success

ConnectorIdstring required

Returns the identifier of the connector object that you are updating.