Module Values.StandardRouterInputConfigurationSource

The configuration settings for a standard router input, including the protocol, protocol-specific configuration, network interface, and availability zone.

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

    The Amazon Resource Name (ARN) of the network interface associated with the standard router input.

    *)
  2. protocolConfiguration : RouterInputProtocolConfiguration.t;
    (*

    The configuration settings for the protocol used by the standard router input.

    *)
  3. protocol : RouterInputProtocol.t option;
    (*

    The protocol used by the standard router input.

    *)
}
Sourceval context_ : string
Sourceval make : ?protocol:??? -> networkInterfaceArn:RouterNetworkInterfaceArn.t -> protocolConfiguration:RouterInputProtocolConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RouterNetworkInterfaceArn.t | `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 ]
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