class Aws::MediaConnect::Types::UpdateFailoverConfig
The settings for source failover
@note When making an API call, you may pass UpdateFailoverConfig
data as a hash: { failover_mode: "MERGE", # accepts MERGE, FAILOVER recovery_window: 1, source_priority: { primary_source: "__string", }, state: "ENABLED", # accepts ENABLED, DISABLED }
@!attribute [rw] failover_mode
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. @return [String]
@!attribute [rw] recovery_window
Recovery window time to look for dash-7 packets @return [Integer]
@!attribute [rw] source_priority
The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams. @return [Types::SourcePriority]
@!attribute [rw] state
@return [String]
@see docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFailoverConfig AWS API Documentation
Constants
- SENSITIVE