deregister_transit_gateway_multicast_group_sources(**kwargs)¶Deregisters the specified sources (network interfaces) from the transit gateway multicast group.
See also: AWS API Documentation
Request Syntax
response = client.deregister_transit_gateway_multicast_group_sources(
    TransitGatewayMulticastDomainId='string',
    GroupIpAddress='string',
    NetworkInterfaceIds=[
        'string',
    ],
    DryRun=True|False
)
The IDs of the group sources' network interfaces.
DryRunOperation . Otherwise, it is UnauthorizedOperation .dict
Response Syntax
{
    'DeregisteredMulticastGroupSources': {
        'TransitGatewayMulticastDomainId': 'string',
        'DeregisteredNetworkInterfaceIds': [
            'string',
        ],
        'GroupIpAddress': 'string'
    }
}
Response Structure
(dict) --
DeregisteredMulticastGroupSources (dict) --
Information about the deregistered group sources.
TransitGatewayMulticastDomainId (string) --
The ID of the transit gateway multicast domain.
DeregisteredNetworkInterfaceIds (list) --
The network interface IDs of the non-registered members.
GroupIpAddress (string) --
The IP address assigned to the transit gateway multicast group.