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

LaunchTemplateCpuOptions

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

The CPU options for the instance.

interface LaunchTemplateCpuOptions {
CoreCount?: number | null;
ThreadsPerCore?: number | null;
}

§Properties

§
CoreCount?: number | null
[src]

The number of CPU cores for the instance.

§
ThreadsPerCore?: number | null
[src]

The number of threads per CPU core.