Values.AwsEc2NetworkInterfaceDetailsSourceDetails about the network interface
type nonrec t = {attachment : AwsEc2NetworkInterfaceAttachment.t option;The network interface attachment.
*)networkInterfaceId : NonEmptyString.t option;The ID of the network interface.
*)securityGroups : AwsEc2NetworkInterfaceSecurityGroupList.t option;Security groups for the network interface.
*)sourceDestCheck : Boolean.t option;Indicates whether traffic to or from the instance is validated.
*)ipV6Addresses : AwsEc2NetworkInterfaceIpV6AddressList.t option;The IPv6 addresses associated with the network interface.
*)privateIpAddresses : AwsEc2NetworkInterfacePrivateIpAddressList.t option;The private IPv4 addresses associated with the network interface.
*)publicDnsName : NonEmptyString.t option;The public DNS name of the network interface.
*)publicIp : NonEmptyString.t option;The address of the Elastic IP address bound to the network interface.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of NonEmptyString.t ])
list ])
list ]