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

AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails

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

The minimum and maximum amount of memory per vCPU, in GiB.

interface AwsEc2LaunchTemplateDataInstanceRequirementsMemoryGiBPerVCpuDetails {
Max?: number | null;
Min?: number | null;
}

§Properties

§
Max?: number | null
[src]

The maximum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit.

§
Min?: number | null
[src]

The minimum amount of memory per vCPU, in GiB. If this parameter is omitted, there's no maximum limit.