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

BlockDeviceMapping

import type { BlockDeviceMapping } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/autoscaling.ts";
interface BlockDeviceMapping {
DeviceName: string;
Ebs?: Ebs | null;
NoDevice?: boolean | null;
VirtualName?: string | null;
}

§Properties

§
DeviceName: string
[src]
§
Ebs?: Ebs | null
[src]
§
NoDevice?: boolean | null
[src]
§
VirtualName?: string | null
[src]