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

InstanceCreditSpecification

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

Describes the credit option for CPU usage of a burstable performance instance.

interface InstanceCreditSpecification {
CpuCredits?: string | null;
InstanceId?: string | null;
}

§Properties

§
CpuCredits?: string | null
[src]

The credit option for CPU usage of the instance. Valid values are standard and unlimited.

§
InstanceId?: string | null
[src]

The ID of the instance.