ComponentVersionComponentPlatform

data class ComponentVersionComponentPlatform(val attributes: Map<String, String>? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(attributes: Map<String, String>? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributes: Map<String, String>? = null

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

Link copied to clipboard
val name: String? = null

The friendly name of the platform. This name helps you identify the platform. If you omit this parameter, AWS IoT Greengrass creates a friendly name from the os and architecture of the platform.