Values_1.SecondaryInterfaceAttachmentSourceDescribes the attachment of a secondary interface to an instance.
type nonrec t = {attachmentId : Values_0.String_.t option;The ID of the attachment.
*)attachTime : Values_0.MillisecondDateTime.t option;The timestamp when the attachment was created.
*)deleteOnTermination : Values_0.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 : Values_0.Integer.t option;The device index of the secondary interface.
*)instanceId : Values_0.String_.t option;The ID of the instance to which the secondary interface is attached.
*)instanceOwnerId : Values_0.String_.t option;The Amazon Web Services account ID of the owner of the instance.
*)networkCardIndex : Values_0.Integer.t option;The index of the network card.
*)status : Values_0.AttachmentStatus.t option;The attachment state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.String_.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]