transitiveTagKeys

@JvmName(name = "tlkvfecojaorrdpg")
suspend fun transitiveTagKeys(value: Output<List<String>>)
@JvmName(name = "iacxeoquyagdqrja")
suspend fun transitiveTagKeys(value: List<String>?)

Parameters

value

A list of keys for session tags that you want to set as transitive. If you set a tag key as transitive, the corresponding key and value passes to subsequent sessions in a role chain.


@JvmName(name = "robrxpgdmymitvsk")
suspend fun transitiveTagKeys(vararg values: Output<String>)


@JvmName(name = "ivnqekcjufdkqwcd")
suspend fun transitiveTagKeys(values: List<Output<String>>)
@JvmName(name = "lubmujsrfaoxbpoi")
suspend fun transitiveTagKeys(vararg values: String)

Parameters

values

A list of keys for session tags that you want to set as transitive. If you set a tag key as transitive, the corresponding key and value passes to subsequent sessions in a role chain.