Values.AwsEc2NetworkInterfaceAttachmentSourceInformation about the network interface attachment.
type nonrec t = {attachTime : NonEmptyString.t option;Indicates when the attachment initiated. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)attachmentId : NonEmptyString.t option;The identifier of the network interface attachment
*)deleteOnTermination : Boolean.t option;Indicates whether the network interface is deleted when the instance is terminated.
*)deviceIndex : Integer.t option;The device index of the network interface attachment on the instance.
*)instanceId : NonEmptyString.t option;The ID of the instance.
*)instanceOwnerId : NonEmptyString.t option;The Amazon Web Services account ID of the owner of the instance.
*)status : NonEmptyString.t option;The attachment state. Valid values: attaching | attached | detaching | detached
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of NonEmptyString.t ])
list ]