AutomaticInputFailoverSettings
public struct AutomaticInputFailoverSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Input preference when deciding which input to make active when a previously failed input has recovered.
Declaration
Swift
public let inputPreference: InputPreference?
-
The input ID of the secondary input in the automatic input failover pair.
Declaration
Swift
public let secondaryInputId: String
-
Undocumented
Declaration
Swift
public init(inputPreference: InputPreference? = nil, secondaryInputId: String)