InstalledComponent

Contains information about a component on a Greengrass core device.

Types

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

Properties

Link copied to clipboard

The name of the component.

Link copied to clipboard

The version of the component.

Link copied to clipboard

Whether or not the component is a root component.

Link copied to clipboard

The most recent deployment source that brought the component to the Greengrass core device. For a thing group deployment or thing deployment, the source will be the ID of the last deployment that contained the component. For local deployments it will be LOCAL.

Link copied to clipboard

The last time the Greengrass core device sent a message containing a component's state to the Amazon Web Services Cloud.

Link copied to clipboard

The status of how current the data is.

Link copied to clipboard

The lifecycle state of the component.

Link copied to clipboard

A detailed response about the lifecycle state of the component that explains the reason why a component has an error or is broken.

Link copied to clipboard

The status codes that indicate the reason for failure whenever the lifecycleState has an error or is in a broken state.

Functions

Link copied to clipboard
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