Values.FailoverRouterInputConfigurationSourceConfiguration settings for a failover router input that allows switching between two input sources.
type nonrec t = {networkInterfaceArn : RouterNetworkInterfaceArn.t;The ARN of the network interface to use for this failover router input.
*)protocolConfigurations : FailoverRouterInputProtocolConfigurationList.t;A list of exactly two protocol configurations for the failover input sources. Both must use the same protocol type.
*)sourcePriorityMode : FailoverInputSourcePriorityMode.t;The mode for determining source priority in failover configurations.
*)primarySourceIndex : FailoverRouterInputConfigurationPrimarySourceIndexInteger.t
option;The index (0 or 1) that specifies which source in the protocol configurations list is currently active. Used to control which of the two failover sources is currently selected. This field is ignored when sourcePriorityMode is set to NO_PRIORITY
*)}val make :
?primarySourceIndex:??? ->
networkInterfaceArn:RouterNetworkInterfaceArn.t ->
protocolConfigurations:FailoverRouterInputProtocolConfigurationList.t ->
sourcePriorityMode:FailoverInputSourcePriorityMode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of
FailoverRouterInputConfigurationPrimarySourceIndexInteger.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of
RistRouterInputConfigurationPortInteger.t
| `Long of
RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of SecretArn.t ])
list ])
list ])
list ])
list ]
list
| `String of RouterNetworkInterfaceArn.t ])
list ]