Values.ConnectionSourceBase structure containing common connection properties.
type nonrec t = {catalog : Catalog.t option;The catalog identifier that the connection belongs to.
*)id : ConnectionId.t option;The unique identifier of the connection.
*)arn : ConnectionArn.t option;The AWS 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 : ConnectionTypeDetailMap.t option;The type of connection.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Enum of string
| `String of Email.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of PartnerProfileId.t ])
list ])
list
| `Timestamp of DateTime.t ])
list ])
list
| `String of Catalog.t
| `Timestamp of DateTime.t ])
list ]