Values.GetInstanceAccessDetailsRequestSourceReturns temporary SSH keys you can use to connect to a specific virtual private server, or instance. The get instance access details operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {instanceName : ResourceName.t;The name of the instance to access.
*)protocol : InstanceAccessProtocol.t option;The protocol to use to connect to your instance. Defaults to ssh.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceName.t ]) list ]