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

CreditSpecification

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

Describes the credit option for CPU usage of a T2, T3, or T3a instance.

interface CreditSpecification {
CpuCredits?: string | null;
}

§Properties

§
CpuCredits?: string | null
[src]

The credit option for CPU usage of a T2, T3, or T3a instance. Valid values are standard and unlimited.