Module Values_0.EnaSrdUdpSpecificationRequestSource

Configures ENA Express for UDP network traffic from your launch template.

Sourcetype nonrec t = {
  1. enaSrdUdpEnabled : Boolean.t option;
    (*

    Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA Express when you launch an instance, you must also set EnaSrdEnabled in the EnaSrdSpecificationRequest to true.

    *)
}
Sourceval make : ?enaSrdUdpEnabled:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.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