Instance
import type { Instance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";interface Instance {
addOns?: AddOn[] | null;
arn?: string | null;
blueprintId?: string | null;
blueprintName?: string | null;
bundleId?: string | null;
createdAt?: Date | number | null;
hardware?: InstanceHardware | null;
ipAddressType?: IpAddressType | null;
ipv6Addresses?: string[] | null;
isStaticIp?: boolean | null;
location?: ResourceLocation | null;
name?: string | null;
networking?: InstanceNetworking | null;
privateIpAddress?: string | null;
publicIpAddress?: string | null;
resourceType?: ResourceType | null;
sshKeyName?: string | null;
state?: InstanceState | null;
supportCode?: string | null;
tags?: Tag[] | null;
username?: string | null;
}§Properties
§
hardware?: InstanceHardware | null
[src]§
ipAddressType?: IpAddressType | null
[src]§
location?: ResourceLocation | null
[src]§
networking?: InstanceNetworking | null
[src]§
resourceType?: ResourceType | null
[src]§
state?: InstanceState | null
[src]