How do I make a ssl connection using only ARN from neptune (AWS)

I have a simple connection in my project using
remotecon = DriverRemoteConnection(neptune_url)
But now I need to implement a solution using SSL Connection, I dont have username and password, only the arn of neptune. Does someone know how to implement it ?
Thanks in advance!
Was this page helpful?