OBJECT
ManagedInstance
Represents an virtual machine instance implementing a ManagedApp.
link GraphQL Schema definition
- type ManagedInstance {
- # The AWS SSM activation id.
- String! :
- # The hostname.
- String! :
- # The unique instance id.
- String! :
- # The IP address.
- AWSIPAddress! :
- # The last date/time that the instance checked in with EchoStream.
- AWSDateTime! :
- # The status of the last ping.
- PingStatus! :
- # The date/time that the instance was registered with EchoStream.
- AWSDateTime! :
- }