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

EbsInstanceBlockDeviceSpecification

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

Describes information used to set up an EBS volume specified in a block device mapping.

interface EbsInstanceBlockDeviceSpecification {
DeleteOnTermination?: boolean | null;
VolumeId?: string | null;
}

§Properties

§
DeleteOnTermination?: boolean | null
[src]

Indicates whether the volume is deleted on instance termination.

§
VolumeId?: string | null
[src]

The ID of the EBS volume.