Values.ConnectionSummarySourceA summary view of an active connection between partners containing key information.
type nonrec t = {catalog : Catalog.t option;The catalog identifier where the connection exists.
*)id : ConnectionId.t option;The unique identifier of the connection.
*)arn : ConnectionArn.t option;The Amazon Resource Name (ARN) of the connection.
*)otherParticipantAccountId : AwsAccountId.t option;The AWS account ID of the other participant in the connection.
*)updatedAt : DateTime.t option;The timestamp when the connection was last updated.
*)connectionTypes : ConnectionTypeSummaryMap.t option;A map of connection types and their summary information for this connection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `String of PartnerProfileId.t ])
list ])
list ])
list ])
list
| `String of Catalog.t
| `Timestamp of DateTime.t ])
list ]