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

CustomAmi

import type { CustomAmi } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

A custom AMI available to platforms.

interface CustomAmi {
ImageId?: string | null;
VirtualizationType?: string | null;
}

§Properties

§
ImageId?: string | null
[src]

THe ID of the image used to create the custom AMI.

§
VirtualizationType?: string | null
[src]

The type of virtualization used to create the custom AMI.