attributes

@JvmName(name = "jgowykdyfrlvkmfi")
suspend fun attributes(value: Output<Map<String, DeviceAttributeArgs>>)
@JvmName(name = "tqkosfepnupdiskt")
suspend fun attributes(value: Map<String, DeviceAttributeArgs>?)

Parameters

value

Attributes defines the set of attributes for this device. The name of each attribute must be unique in that set. The maximum number of attributes and capacities combined is 32.


@JvmName(name = "wyhepdmqvutvvsma")
suspend fun attributes(vararg argument: Pair<String, suspend DeviceAttributeArgsBuilder.() -> Unit>)

Parameters

argument

Attributes defines the set of attributes for this device. The name of each attribute must be unique in that set. The maximum number of attributes and capacities combined is 32.


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

Parameters

values

Attributes defines the set of attributes for this device. The name of each attribute must be unique in that set. The maximum number of attributes and capacities combined is 32.