Module Values.FailoverRouterInputConfigurationSource

Configuration settings for a failover router input that allows switching between two input sources.

Sourcetype nonrec t = {
  1. networkInterfaceArn : RouterNetworkInterfaceArn.t;
    (*

    The ARN of the network interface to use for this failover router input.

    *)
  2. protocolConfigurations : FailoverRouterInputProtocolConfigurationList.t;
    (*

    A list of exactly two protocol configurations for the failover input sources. Both must use the same protocol type.

    *)
  3. sourcePriorityMode : FailoverInputSourcePriorityMode.t;
    (*

    The mode for determining source priority in failover configurations.

    *)
  4. 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

    *)
}
Sourceval context_ : string
Sourceval make : ?primarySourceIndex:??? -> networkInterfaceArn:RouterNetworkInterfaceArn.t -> protocolConfigurations:FailoverRouterInputProtocolConfigurationList.t -> sourcePriorityMode:FailoverInputSourcePriorityMode.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t