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

EC2Capacity

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

Information about EC2 capacity.

interface EC2Capacity {
Family?: string | null;
MaxSize?: string | null;
Quantity?: string | null;
}

§Properties

§
Family?: string | null
[src]

The family of the EC2 capacity.

§
MaxSize?: string | null
[src]

The maximum size of the EC2 capacity.

§
Quantity?: string | null
[src]

The quantity of the EC2 capacity.