SftpConnectorConfig
class SftpConnectorConfig
Contains the details for an SFTP connector object. The connector object is used for transferring files to and from a partner's SFTP server.
Types
Properties
Link copied to clipboard
Specify the number of concurrent connections that your connector creates to the remote server. The default value is 5
(this is also the maximum value allowed).
Link copied to clipboard
The public portion of the host key, or keys, that are used to identify the external server to which you are connecting. You can use the ssh-keyscan
command against the SFTP server to retrieve the necessary key.
Link copied to clipboard
The identifier for the secret (in Amazon Web Services Secrets Manager) that contains the SFTP user's private key, password, or both. The identifier must be the Amazon Resource Name (ARN) of the secret.