Values_3.TransitGatewayMulticastRegisteredGroupMembersSourceDescribes the registered transit gateway multicast group members.
type nonrec t = {transitGatewayMulticastDomainId : Values_0.String_.t option;The ID of the transit gateway multicast domain.
*)registeredNetworkInterfaceIds : Values_0.ValueStringList.t option;The ID of the registered network interfaces.
*)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 ]