Values.DatabaseSummarySourceThe summary of the database.
type nonrec t = {applicationId : ApplicationId.t option;The ID of the application.
*)componentId : ComponentId.t option;The ID of the component.
*)databaseId : DatabaseId.t option;The ID of the database.
*)databaseType : DatabaseType.t option;The type of the database.
*)arn : SsmSapArn.t option;The Amazon Resource Name (ARN) of the database.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ApplicationId.t ])
list ]