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

AwsEc2PlatformDetails

import type { AwsEc2PlatformDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

AWS EC2 specific details.

interface AwsEc2PlatformDetails {
location?: string;
machineTypeLabel?: string;
}

§Properties

§
location?: string
[src]

The location of the machine in the AWS format.

§
machineTypeLabel?: string
[src]

AWS platform's machine type label.