attributes

@JvmName(name = "cvwkxxjismmwwsxn")
suspend fun attributes(value: Output<Map<String, String>>)
@JvmName(name = "roskspfqikcwyfne")
suspend fun attributes(value: Map<String, String>)

Parameters

value

A list of 1-50 "AttributeNameMapping" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use "RemoveAttributeActivity".


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

Parameters

values

A list of 1-50 "AttributeNameMapping" objects that map an existing attribute to a new attribute.

The existing attributes remain in the message, so if you want to remove the originals, use "RemoveAttributeActivity".