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

AwsEc2LaunchTemplateDataInstanceRequirementsAcceleratorTotalMemoryMiBDetails

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

The minimum and maximum amount of memory, in MiB, for the accelerators on an Amazon EC2 instance.

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

§Properties

§
Max?: number | null
[src]

The maximum amount of memory, in MiB. If this parameter isn't specified, there's no maximum limit.

§
Min?: number | null
[src]

The minimum amount of memory, in MiB. If 0 is specified, there's no maximum limit.