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

InstanceFamilyCreditSpecification

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

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

interface InstanceFamilyCreditSpecification {
CpuCredits?: string | null;
InstanceFamily?: UnlimitedSupportedInstanceFamily | null;
}

§Properties

§
CpuCredits?: string | null
[src]

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

§

The instance family.