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

ElasticInferenceAcceleratorAssociation

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

Describes the association between an instance and an elastic inference accelerator.

interface ElasticInferenceAcceleratorAssociation {
ElasticInferenceAcceleratorArn?: string | null;
ElasticInferenceAcceleratorAssociationId?: string | null;
ElasticInferenceAcceleratorAssociationState?: string | null;
ElasticInferenceAcceleratorAssociationTime?: Date | number | null;
}

§Properties

§
ElasticInferenceAcceleratorArn?: string | null
[src]

The Amazon Resource Name (ARN) of the elastic inference accelerator.

§
ElasticInferenceAcceleratorAssociationId?: string | null
[src]

The ID of the association.

§
ElasticInferenceAcceleratorAssociationState?: string | null
[src]

The state of the elastic inference accelerator.

§
ElasticInferenceAcceleratorAssociationTime?: Date | number | null
[src]

The time at which the elastic inference accelerator is associated with an instance.