Values.CreateRouterNetworkInterfaceRequestSourceCreates a new router network interface in AWS Elemental MediaConnect.
type nonrec t = {name : CreateRouterNetworkInterfaceRequestNameString.t;The name of the router network interface.
*)configuration : RouterNetworkInterfaceConfiguration.t;The configuration settings for the router network interface.
*)regionName : String_.t option;The Amazon Web Services Region for the router network interface. Defaults to the current region if not specified.
*)clientToken : String_.t option;A unique identifier for the request to ensure idempotency.
*)}val make :
?regionName:??? ->
?tags:??? ->
?clientToken:??? ->
name:CreateRouterNetworkInterfaceRequestNameString.t ->
configuration:RouterNetworkInterfaceConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of CreateRouterNetworkInterfaceRequestNameString.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 ])
list ]