assertedControls

@JvmName(name = "uhqpitshrbbblhfd")
suspend fun assertedControls(value: Output<List<String>>)
@JvmName(name = "lctllfraqjajarjr")
suspend fun assertedControls(value: List<String>)

Parameters

value

The routing controls that are part of transactions that are evaluated to determine if a request to change a routing control state is allowed. For example, you might include three routing controls, one for each of three AWS Regions.


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


@JvmName(name = "nnqqoyexxpggvixu")
suspend fun assertedControls(values: List<Output<String>>)
@JvmName(name = "cdblfhhrcpcyhifd")
suspend fun assertedControls(vararg values: String)

Parameters

values

The routing controls that are part of transactions that are evaluated to determine if a request to change a routing control state is allowed. For example, you might include three routing controls, one for each of three AWS Regions.