Module Values_0.EnaSrdSpecificationRequestSource

Launch instances with ENA Express settings configured from your launch template.

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

    Specifies whether ENA Express is enabled for the network interface when you launch an instance.

    *)
  2. enaSrdUdpSpecification : EnaSrdUdpSpecificationRequest.t option;
    (*

    Contains ENA Express settings for UDP network traffic for the network interface attached to the instance.

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