ComponentPlatform

Contains information about a platform that a component supports.

Types

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

Properties

Link copied to clipboard

A dictionary of attributes for the platform. The IoT Greengrass Core software defines the os and architecture by default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the Greengrass nucleus component in the IoT Greengrass V2 Developer Guide.

Link copied to clipboard
val name: String?

The friendly name of the platform. This name helps you identify the platform.

Functions

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