MediaConnect / Client / update_bridge_output
update_bridge_output¶
- MediaConnect.Client.update_bridge_output(**kwargs)¶
- Updates an existing bridge output. - See also: AWS API Documentation - Request Syntax- response = client.update_bridge_output( BridgeArn='string', NetworkOutput={ 'IpAddress': 'string', 'NetworkName': 'string', 'Port': 123, 'Protocol': 'zixi-push'|'rtp-fec'|'rtp'|'zixi-pull'|'rist'|'st2110-jpegxs'|'cdi'|'srt-listener'|'srt-caller'|'fujitsu-qos'|'udp'|'ndi-speed-hq', 'Ttl': 123 }, OutputName='string' ) - Parameters:
- BridgeArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the bridge that you want to update. 
- NetworkOutput (dict) – - The network of the bridge output. - IpAddress (string) – - The network output IP Address. 
- NetworkName (string) – - The network output’s gateway network name. 
- Port (integer) – - The network output port. 
- Protocol (string) – - The network output protocol. - Note- Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only. 
- Ttl (integer) – - The network output TTL. 
 
- OutputName (string) – - [REQUIRED] - Tname of the output that you want to update. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'BridgeArn': 'string', 'Output': { 'FlowOutput': { 'FlowArn': 'string', 'FlowSourceArn': 'string', 'Name': 'string' }, 'NetworkOutput': { 'IpAddress': 'string', 'Name': 'string', 'NetworkName': 'string', 'Port': 123, 'Protocol': 'zixi-push'|'rtp-fec'|'rtp'|'zixi-pull'|'rist'|'st2110-jpegxs'|'cdi'|'srt-listener'|'srt-caller'|'fujitsu-qos'|'udp'|'ndi-speed-hq', 'Ttl': 123 } } } - Response Structure- (dict) – - BridgeArn (string) – - The ARN of the bridge that was updated. 
- Output (dict) – - The bridge output that was updated. - FlowOutput (dict) – - The output of the associated flow. - FlowArn (string) – - The Amazon Resource Number (ARN) of the cloud flow. 
- FlowSourceArn (string) – - The Amazon Resource Number (ARN) of the flow source. 
- Name (string) – - The name of the bridge’s output. 
 
- NetworkOutput (dict) – - The network output for the bridge. - IpAddress (string) – - The network output IP address. 
- Name (string) – - The network output name. 
- NetworkName (string) – - The network output’s gateway network name. 
- Port (integer) – - The network output’s port. 
- Protocol (string) – - The network output protocol. - Note- Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only. 
- Ttl (integer) – - The network output TTL. 
 
 
 
 
 - Exceptions