assertedControls

@JvmName(name = "htgfmwmvrssbofjc")
suspend fun assertedControls(value: Output<List<String>>)
@JvmName(name = "srifdgysakvyssat")
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 = "mlloxbbvrxnkiovb")
suspend fun assertedControls(vararg values: Output<String>)


@JvmName(name = "pedsqhapcbpcqyov")
suspend fun assertedControls(values: List<Output<String>>)
@JvmName(name = "fuppmowehkuouvln")
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.