InstanceInfo

Details about a specific managed node.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of agent installed on the node.

Link copied to clipboard

The version number of the agent installed on the node.

Link copied to clipboard

The Availability Zone where the managed node is located.

Link copied to clipboard

The Availability Zone ID where the managed node is located.

Link copied to clipboard

The fully qualified host name of the managed node.

Link copied to clipboard

The current status of the managed node.

Link copied to clipboard

The IP address of the managed node.

Link copied to clipboard

Indicates whether the node is managed by Systems Manager.

Link copied to clipboard
val name: String?

The name assigned to the managed node.

Link copied to clipboard

The name of the operating system platform running on your managed node.

Link copied to clipboard

The operating system platform type of the managed node.

Link copied to clipboard

The version of the OS platform running on your managed node.

Link copied to clipboard

The type of instance, either an EC2 instance or another supported machine type in a hybrid fleet.

Link copied to clipboard

The ID of the source resource. For IoT Greengrass devices, SourceId is the Thing name.

Link copied to clipboard

The location of the source resource in the third-party cloud environment.

Link copied to clipboard

The type of the source resource. For IoT Greengrass devices, SourceType is AWS::IoT::Thing.

Functions

Link copied to clipboard
inline fun copy(block: InstanceInfo.Builder.() -> Unit = {}): InstanceInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String