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

AwsEc2LaunchTemplateDataCpuOptionsDetails

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

Specifies the CPU options for an Amazon EC2 instance. For more information, see Optimize CPU options in the Amazon Elastic Compute Cloud User Guide.

interface AwsEc2LaunchTemplateDataCpuOptionsDetails {
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. A value of 1 disables multithreading for the instance, The default value is 2.