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

CreditSpecificationRequest

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

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

interface CreditSpecificationRequest {
CpuCredits: string;
}

§Properties

§
CpuCredits: string
[src]

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