status property

CoreDeviceStatus? status
final

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

  • HEALTHY – The AWS IoT Greengrass Core software and all components run on the core device without issue.
  • UNHEALTHY – The AWS IoT Greengrass Core software or a component is in a failed state on the core device.

Implementation

final CoreDeviceStatus? status;