Values.AwsEc2LaunchTemplateDataNetworkInterfaceSetPrivateIpAddressesDetailsSourceOne or more private IPv4 addresses.
type nonrec t = {primary : Boolean.t option;Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
*)privateIpAddress : NonEmptyString.t option;The private IPv4 address.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]