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

ElasticGpus

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

Describes an Elastic Graphics accelerator.

interface ElasticGpus {
AvailabilityZone?: string | null;
ElasticGpuHealth?: ElasticGpuHealth | null;
ElasticGpuId?: string | null;
ElasticGpuState?: ElasticGpuState | null;
ElasticGpuType?: string | null;
InstanceId?: string | null;
Tags: Tag[];
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone in the which the Elastic Graphics accelerator resides.

§
ElasticGpuHealth?: ElasticGpuHealth | null
[src]

The status of the Elastic Graphics accelerator.

§
ElasticGpuId?: string | null
[src]

The ID of the Elastic Graphics accelerator.

§
ElasticGpuState?: ElasticGpuState | null
[src]

The state of the Elastic Graphics accelerator.

§
ElasticGpuType?: string | null
[src]

The type of Elastic Graphics accelerator.

§
InstanceId?: string | null
[src]

The ID of the instance to which the Elastic Graphics accelerator is attached.

§
Tags: Tag[]
[src]

The tags assigned to the Elastic Graphics accelerator.