Values.ApplicationCredentialSourceThe credentials of your SAP application.
type nonrec t = {databaseName : DatabaseName.t;The name of the SAP HANA database.
*)credentialType : CredentialType.t;The type of the application credentials.
*)secretId : SecretId.t;The secret ID created in AWS Secrets Manager to store the credentials of the SAP application.
*)}val make :
databaseName:DatabaseName.t ->
credentialType:CredentialType.t ->
secretId:SecretId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DatabaseName.t ]) list ]