AwsEc2PlatformDetails
import type { AwsEc2PlatformDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
AWS EC2 specific details.
interface AwsEc2PlatformDetails {
hyperthreading?: "HYPERTHREADING_STATUS_UNSPECIFIED" | "HYPERTHREADING_STATUS_DISABLED" | "HYPERTHREADING_STATUS_ENABLED";
location?: string;
machineTypeLabel?: string;
}