InstanceProperty

An object containing various properties of a managed node.

Types

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

Properties

Link copied to clipboard

The activation ID created by Systems Manager when the server or virtual machine (VM) was registered

Link copied to clipboard

The version of SSM Agent running on your managed node.

Link copied to clipboard

The CPU architecture of the node. For example, x86_64.

Link copied to clipboard

Status information about the aggregated associations.

Link copied to clipboard

The status of the State Manager association applied to the managed node.

Link copied to clipboard

The fully qualified host name of the managed node.

Link copied to clipboard

The IAM role used in the hybrid activation to register the node with Systems Manager.

Link copied to clipboard

The ID of the managed node.

Link copied to clipboard

The instance profile attached to the node. If an instance profile isn't attached to the node, this value is blank.

Link copied to clipboard

The current state of the node.

Link copied to clipboard

The instance type of the managed node. For example, t3.large.

Link copied to clipboard

The public IPv4 address assigned to the node. If a public IPv4 address isn't assigned to the node, this value is blank.

Link copied to clipboard

The name of the key pair associated with the node. If a key pair isnt't associated with the node, this value is blank.

Link copied to clipboard

The date the association was last run.

Link copied to clipboard

The date and time when the SSM Agent last pinged the Systems Manager service.

Link copied to clipboard

The last date the association was successfully run.

Link copied to clipboard

The timestamp for when the node was launched.

Link copied to clipboard
val name: String?

The value of the EC2 Name tag associated with the node. If a Name tag hasn't been applied to the node, this value is blank.

Link copied to clipboard

Connection status of the SSM Agent on 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. For example, Windows Server or Amazon Linux 2.

Link copied to clipboard

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

Link copied to clipboard

The date the node was registered with Systems Manager.

Link copied to clipboard

The type of managed node.

Link copied to clipboard

The ID of the source resource.

Link copied to clipboard

The type of the source resource.

Functions

Link copied to clipboard
inline fun copy(block: InstanceProperty.Builder.() -> Unit = {}): InstanceProperty
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