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

EbsInstanceBlockDevice

import type { EbsInstanceBlockDevice } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";

Describes a parameter used to set up an Amazon Elastic Block Store (Amazon EBS) volume in a block device mapping.

interface EbsInstanceBlockDevice {
attachTime?: Date | number | null;
deleteOnTermination?: boolean | null;
status?: AttachmentStatus | null;
volumeId?: string | null;
}

§Properties

§
attachTime?: Date | number | null
[src]

When the attachment was initiated.

§
deleteOnTermination?: boolean | null
[src]

A value that indicates whether the volume is deleted on instance termination.

§
status?: AttachmentStatus | null
[src]

The attachment state.

§
volumeId?: string | null
[src]

The ID of the Amazon EBS volume.