attributes

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

Parameters

value

A map representing attributes for the role. In order to add multivalue attributes, use ## to seperate the values. Max length for each value is 255 chars


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

Parameters

values

A map representing attributes for the role. In order to add multivalue attributes, use ## to seperate the values. Max length for each value is 255 chars