ComponentVersionComponentPlatformArgs

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

Constructors

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

Properties

Link copied to clipboard
val attributes: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ComponentVersionComponentPlatformArgs