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-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
interface EbsInstanceBlockDeviceSpecification {
deleteOnTermination?: boolean | null;
encrypted?: boolean | null;
iops?: number | null;
kmsKeyId?: string | null;
snapshotId?: string | null;
volumeSize?: number | null;
volumeType?: EbsVolumeType | null;
}

§Properties

§
deleteOnTermination?: boolean | null
[src]
§
encrypted?: boolean | null
[src]
§
iops?: number | null
[src]
§
kmsKeyId?: string | null
[src]
§
snapshotId?: string | null
[src]
§
volumeSize?: number | null
[src]
§
volumeType?: EbsVolumeType | null
[src]