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

InstanceCreditSpecificationRequest

import type { InstanceCreditSpecificationRequest } 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 InstanceCreditSpecificationRequest {
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.

T3 instances with host tenancy do not support the unlimited CPU credit option.

§
InstanceId?: string | null
[src]

The ID of the instance.