Class: Aws::MediaLive::Types::SpecialRouterSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

When using MediaConnect Router as the source of a MediaLive input there's a special handoff that occurs when a router output is created. This group of settings is set on your behalf by the MediaConnect Router service using this set of settings. This setting object can only by used by that service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#router_arnString

This is the arn of the MediaConnect Router resource being associated with the MediaLive Input.

Returns:

  • (String)


22686
22687
22688
22689
22690
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22686

class SpecialRouterSettings < Struct.new(
  :router_arn)
  SENSITIVE = []
  include Aws::Structure
end