Values.DatabaseConnectionSourceThe connection specifications for the database.
type nonrec t = {databaseConnectionMethod : DatabaseConnectionMethod.t option;The method of connection.
*)databaseArn : SsmSapArn.t option;The Amazon Resource Name of the connected SAP HANA database.
*)connectionIp : String_.t option;The IP address for connection.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SsmSapArn.t ]) list ]