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

MaximumAllowedResources

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

The maximum allowed cumulative resources for an application. No new resources will be created once the limit is hit.

interface MaximumAllowedResources {
cpu: string;
disk?: string | null;
memory: string;
}

§Properties

§
cpu: string
[src]

The maximum allowed CPU for an application.

§
disk?: string | null
[src]

The maximum allowed disk for an application.

§
memory: string
[src]

The maximum allowed resources for an application.