Class: Aws::MediaConnect::Types::MergeRouterInputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::MergeRouterInputConfiguration
- 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
-
#merge_recovery_window_milliseconds ⇒ Integer
The time window in milliseconds for merging the two input sources.
-
#network_interface_arn ⇒ String
The ARN of the network interface to use for this merge router input.
-
#protocol_configurations ⇒ Array<Types::MergeRouterInputProtocolConfiguration>
A list of exactly two protocol configurations for the merge input sources.
Instance Attribute Details
#merge_recovery_window_milliseconds ⇒ Integer
The time window in milliseconds for merging the two input sources.
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_arn ⇒ String
The ARN of the network interface to use for this merge router input.
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_configurations ⇒ Array<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 |