Values_3.TransitGatewayMulticastDeregisteredGroupSourcesSourceDescribes the deregistered transit gateway multicast group sources.
type nonrec t = {transitGatewayMulticastDomainId : Values_0.String_.t option;The ID of the transit gateway multicast domain.
*)deregisteredNetworkInterfaceIds : Values_0.ValueStringList.t option;The network interface IDs of the non-registered members.
*)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 ]