Properties
instanceId
instanceId: string
instanceLifecycle
instanceLifecycle: undefined | "capacity-block" | "scheduled" | "spot"
instanceType
instanceType: string
launchTime
launchTime: undefined | Date
privateIpAddress
privateIpAddress: string
publicIpAddress
publicIpAddress: string
securityGroups
securityGroups: {
groupId: string;
groupName: string;
}[]
Type declaration
groupId: string
groupName: string
state
state: undefined | "pending" | "running" | "shutting-down" | "stopped" | "stopping" | "terminated"
tags
tags: {
key: string;
value: string;
}[]