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;
}