attributes

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

Parameters

value

Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet. The combined size of all the attributes on a package version is limited to 3KB.


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

Parameters

values

Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet. The combined size of all the attributes on a package version is limited to 3KB.