Values_4.RegisterTransitGatewayMulticastGroupSourcesResultSourceRegisters sources (network interfaces) with the specified transit gateway multicast group. A multicast source is a network interface attached to a supported instance that sends multicast traffic. For more information about supported instances, see Multicast on transit gateways in the Amazon Web Services Transit Gateways Guide. After you add the source, use SearchTransitGatewayMulticastGroups to verify that the source was added to the multicast group.
type nonrec t = {registeredMulticastGroupSources : Values_3.TransitGatewayMulticastRegisteredGroupSources.t
option;Information about the transit gateway multicast group sources.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ])
list ]