SourceProperties
import type { SourceProperties } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/mgn.ts";interface SourceProperties {
cpus?: CPU[] | null;
disks?: Disk[] | null;
identificationHints?: IdentificationHints | null;
lastUpdatedDateTime?: string | null;
networkInterfaces?: NetworkInterface[] | null;
os?: OS | null;
ramBytes?: number | null;
recommendedInstanceType?: string | null;
}§Properties
§
identificationHints?: IdentificationHints | null
[src]§
networkInterfaces?: NetworkInterface[] | null
[src]