Values.DatabaseSourceThe SAP HANA database of the application registered with AWS Systems Manager for SAP.
type nonrec t = {applicationId : ApplicationId.t option;The ID of the application.
*)componentId : ComponentId.t option;The ID of the component.
*)credentials : ApplicationCredentialList.t option;The credentials of the database.
*)databaseId : DatabaseId.t option;The ID of the SAP HANA database.
*)databaseName : String_.t option;The name of the database.
*)databaseType : DatabaseType.t option;The type of the database.
*)arn : SsmSapArn.t option;The Amazon Resource Name (ARN) of the database.
*)status : DatabaseStatus.t option;The status of the database.
*)primaryHost : String_.t option;The primary host of the database.
*)sQLPort : Integer.t option;The SQL port of the database.
*)lastUpdated : Timestamp.t option;The time at which the database was last updated.
*)connectedComponentArns : ComponentArnList.t option;The Amazon Resource Names of the connected AWS Systems Manager for SAP components.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `String of SsmSapArn.t
| `Structure of
(string * [> `Enum of string | `String of DatabaseName.t ]) list ]
list
| `String of ApplicationId.t
| `Timestamp of Timestamp.t ])
list ]