Class ConnectorSftpConfig


  • public final class ConnectorSftpConfig
    extends java.lang.Object
    • Method Detail

      • trustedHostKeys

        public java.util.List<java.lang.String> trustedHostKeys()
        Returns:
        A list of public portion of the host key, or keys, that are used to authenticate the user to the external server to which you are connecting.(https://docs.aws.amazon.com/transfer/latest/userguide/API_SftpConnectorConfig.html)
      • userSecretId

        public java.util.Optional<java.lang.String> userSecretId()
        Returns:
        The identifier for the secret (in AWS Secrets Manager) that contains the SFTP user's private key, password, or both. The identifier can be either the Amazon Resource Name (ARN) or the name of the secret.