Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NetworkInterfaceAttachmentChanges

import type { NetworkInterfaceAttachmentChanges } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes an attachment change.

interface NetworkInterfaceAttachmentChanges {
AttachmentId?: string | null;
DeleteOnTermination?: boolean | null;
}

§Properties

§
AttachmentId?: string | null
[src]

The ID of the network interface attachment.

§
DeleteOnTermination?: boolean | null
[src]

Indicates whether the network interface is deleted when the instance is terminated.