CoreDevice

Contains information about a Greengrass core device, which is an IoT thing that runs the IoT Greengrass Core software.

Types

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

Properties

Link copied to clipboard

The computer architecture of the core device.

Link copied to clipboard

The name of the core device. This is also the name of the IoT thing.

Link copied to clipboard

The time at which the core device's status last updated, expressed in ISO 8601 format.

Link copied to clipboard

The operating system platform that the core device runs.

Link copied to clipboard

The runtime for the core device. The runtime can be:

Link copied to clipboard

The status of the core device. Core devices can have the following statuses:

Functions

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