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.4/services/snowdevicemanagement.ts?docs=full";

The description of a block device mapping.

interface InstanceBlockDeviceMapping {
deviceName?: string | null;
}

§Properties

§
deviceName?: string | null
[src]

The block device name.

§

The parameters used to automatically set up Amazon Elastic Block Store (Amazon EBS) volumes when the instance is launched.