Class: Aws::MediaConnect::Types::FailoverConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::FailoverConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The settings for source failover.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failover_mode ⇒ String
The type of failover you choose for this flow.
-
#recovery_window ⇒ Integer
Search window time to look for dash-7 packets.
-
#source_priority ⇒ Types::SourcePriority
The priority you want to assign to a source.
- #state ⇒ String
Instance Attribute Details
#failover_mode ⇒ String
The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.
1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1715 class FailoverConfig < Struct.new( :failover_mode, :recovery_window, :source_priority, :state) SENSITIVE = [] include Aws::Structure end |
#recovery_window ⇒ Integer
Search window time to look for dash-7 packets
1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1715 class FailoverConfig < Struct.new( :failover_mode, :recovery_window, :source_priority, :state) SENSITIVE = [] include Aws::Structure end |
#source_priority ⇒ Types::SourcePriority
The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1715 class FailoverConfig < Struct.new( :failover_mode, :recovery_window, :source_priority, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
1715 1716 1717 1718 1719 1720 1721 1722 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1715 class FailoverConfig < Struct.new( :failover_mode, :recovery_window, :source_priority, :state) SENSITIVE = [] include Aws::Structure end |