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

ClassicLinkInstance

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

Describes a linked EC2-Classic instance.

interface ClassicLinkInstance {
Groups: GroupIdentifier[];
InstanceId?: string | null;
Tags: Tag[];
VpcId?: string | null;
}

§Properties

§

A list of security groups.

§
InstanceId?: string | null
[src]

The ID of the instance.

§
Tags: Tag[]
[src]

Any tags assigned to the instance.

§
VpcId?: string | null
[src]

The ID of the VPC.