Class: Aws::MediaConnect::Types::MergeRouterInputConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Configuration settings for a merge router input that combines two input sources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#merge_recovery_window_millisecondsInteger

The time window in milliseconds for merging the two input sources.

Returns:

  • (Integer)


4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4754

class MergeRouterInputConfiguration < Struct.new(
  :network_interface_arn,
  :protocol_configurations,
  :merge_recovery_window_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_arnString

The ARN of the network interface to use for this merge router input.

Returns:

  • (String)


4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4754

class MergeRouterInputConfiguration < Struct.new(
  :network_interface_arn,
  :protocol_configurations,
  :merge_recovery_window_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end

#protocol_configurationsArray<Types::MergeRouterInputProtocolConfiguration>

A list of exactly two protocol configurations for the merge input sources. Both must use the same protocol type.



4754
4755
4756
4757
4758
4759
4760
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4754

class MergeRouterInputConfiguration < Struct.new(
  :network_interface_arn,
  :protocol_configurations,
  :merge_recovery_window_milliseconds)
  SENSITIVE = []
  include Aws::Structure
end