Values_0.InstanceSecondaryInterfaceAttachmentSourceDescribes the attachment of a secondary interface to an instance.
type nonrec t = {attachTime : MillisecondDateTime.t option;The timestamp when the attachment was created.
*)attachmentId : String_.t option;The ID of the attachment.
*)deleteOnTermination : Boolean.t option;Indicates whether the secondary interface is deleted when the instance is terminated. The only supported value for this field is true.
*)deviceIndex : Integer.t option;The device index of the secondary interface.
*)status : AttachmentStatus.t option;The attachment state.
*)networkCardIndex : Integer.t option;The index of the network card.
*)}