Values_3.TransitGatewayMulticastRegisteredGroupSourcesSourceDescribes the members registered with the transit gateway multicast group.
type nonrec t = {transitGatewayMulticastDomainId : Values_0.String_.t option;The ID of the transit gateway multicast domain.
*)registeredNetworkInterfaceIds : Values_0.ValueStringList.t option;The IDs of the network interfaces members registered with the transit gateway multicast group.
*)groupIpAddress : Values_0.String_.t option;The IP address assigned to the transit gateway multicast group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]