Values.RouterNetworkInterfaceSourceA router network interface in AWS Elemental MediaConnect. A router network interface is a network interface that can be associated with one or more router inputs and outputs.
type nonrec t = {name : String_.t option;The name of the router network interface.
*)arn : RouterNetworkInterfaceArn.t option;The Amazon Resource Name (ARN) of the router network interface.
*)id : String_.t option;The unique identifier of the router network interface.
*)state : RouterNetworkInterfaceState.t option;The current state of the router network interface.
*)networkInterfaceType : RouterNetworkInterfaceType.t option;The type of the router network interface.
*)configuration : RouterNetworkInterfaceConfiguration.t option;associatedOutputCount : Integer.t option;The number of router outputs associated with the network interface.
*)associatedInputCount : Integer.t option;The number of router inputs associated with the network interface.
*)regionName : String_.t option;The Amazon Web Services Region where the router network interface is located.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp when the router network interface was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp when the router network interface was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]