Values_0.InstanceSecondaryInterfaceSourceDescribes a secondary interface attached to an instance.
type nonrec t = {attachment : InstanceSecondaryInterfaceAttachment.t option;The attachment information for the secondary interface.
*)macAddress : String_.t option;The MAC address of the secondary interface.
*)secondaryInterfaceId : SecondaryInterfaceId.t option;The ID of the secondary interface.
*)ownerId : String_.t option;The Amazon Web Services account ID of the owner of the secondary interface.
*)privateIpAddresses : InstanceSecondaryInterfacePrivateIpAddressList.t option;The private IPv4 addresses associated with the secondary interface.
*)sourceDestCheck : Boolean.t option;Indicates whether source/destination checking is enabled.
*)status : SecondaryInterfaceStatus.t option;The status of the secondary interface.
*)secondarySubnetId : SecondarySubnetId.t option;The ID of the secondary subnet.
*)secondaryNetworkId : SecondaryNetworkId.t option;The ID of the secondary network.
*)interfaceType : SecondaryInterfaceType.t option;The type of secondary interface.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `String of String_.t
| `Timestamp of MillisecondDateTime.t ])
list ])
list ]