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

AwsEc2LaunchTemplateDataCreditSpecificationDetails

import type { AwsEc2LaunchTemplateDataCreditSpecificationDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Specifies the credit option for CPU usage of a T2, T3, or T3a Amazon EC2 instance.

interface AwsEc2LaunchTemplateDataCreditSpecificationDetails {
CpuCredits?: string | null;
}

§Properties

§
CpuCredits?: string | null
[src]

The credit option for CPU usage of a T instance.