attributes

@JvmName(name = "bcqaidagpmfwgale")
suspend fun attributes(value: Output<Map<String, String>>)
@JvmName(name = "etoihicitecvuiat")
suspend fun attributes(value: Map<String, String>?)

Parameters

value

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 .


@JvmName(name = "cuubkqpqmghrmogt")
fun attributes(vararg values: Pair<String, String>)

Parameters

values

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 .