Module Values.CreateRouterNetworkInterfaceRequestSource

Creates a new router network interface in AWS Elemental MediaConnect.

Sourcetype nonrec t = {
  1. name : CreateRouterNetworkInterfaceRequestNameString.t;
    (*

    The name of the router network interface.

    *)
  2. configuration : RouterNetworkInterfaceConfiguration.t;
    (*

    The configuration settings for the router network interface.

    *)
  3. regionName : String_.t option;
    (*

    The Amazon Web Services Region for the router network interface. Defaults to the current region if not specified.

    *)
  4. tags : (String_.t * String_.t) list option;
    (*

    Key-value pairs that can be used to tag and organize this router network interface.

    *)
  5. clientToken : String_.t option;
    (*

    A unique identifier for the request to ensure idempotency.

    *)
}
Sourceval context_ : string
Sourceval make : ?regionName:??? -> ?tags:??? -> ?clientToken:??? -> name:CreateRouterNetworkInterfaceRequestNameString.t -> configuration:RouterNetworkInterfaceConfiguration.t -> unit -> t
Sourceval 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 ]
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