MediaConnect / Client / take_router_input

take_router_input

MediaConnect.Client.take_router_input(**kwargs)

Associates a router input with a router output in AWS Elemental MediaConnect.

See also: AWS API Documentation

Request Syntax

response = client.take_router_input(
    RouterOutputArn='string',
    RouterInputArn='string'
)
Parameters:
  • RouterOutputArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the router output that you want to associate with a router input.

  • RouterInputArn (string) – The Amazon Resource Name (ARN) of the router input that you want to associate with a router output.

Return type:

dict

Returns:

Response Syntax

{
    'RoutedState': 'ROUTED'|'ROUTING'|'UNROUTED',
    'RouterOutputArn': 'string',
    'RouterOutputName': 'string',
    'RouterInputArn': 'string',
    'RouterInputName': 'string'
}

Response Structure

  • (dict) –

    • RoutedState (string) –

      The state of the association between the router input and output.

    • RouterOutputArn (string) –

      The ARN of the associated router output.

    • RouterOutputName (string) –

      The name of the associated router output.

    • RouterInputArn (string) –

      The ARN of the associated router input.

    • RouterInputName (string) –

      The name of the associated router input.

Exceptions