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

LaunchTemplateElasticInferenceAccelerator

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

Describes an elastic inference accelerator.

interface LaunchTemplateElasticInferenceAccelerator {
Count?: number | null;
Type: string;
}

§Properties

§
Count?: number | null
[src]

The number of elastic inference accelerators to attach to the instance.

Default: 1

§
Type: string
[src]

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.