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

InstanceBlockDeviceMapping

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

Defines block device mappings for the instance used to configure your image.

interface InstanceBlockDeviceMapping {
deviceName?: string | null;
noDevice?: string | null;
virtualName?: string | null;
}

§Properties

§
deviceName?: string | null
[src]

The device to which these mappings apply.

§

Use to manage Amazon EBS-specific configuration for this mapping.

§
noDevice?: string | null
[src]

Use to remove a mapping from the base image.

§
virtualName?: string | null
[src]

Use to manage instance ephemeral devices.