operations

@JvmName(name = "gavdiqxktatpkxvm")
suspend fun operations(value: Output<List<ApiOperationArgs>>)
@JvmName(name = "wbfnlvmmixanrxab")
suspend fun operations(value: List<ApiOperationArgs>?)

Parameters

value

A list of ApiOperations allowed to be performed by the sources specified in the corresponding EgressFrom. A request matches if it uses an operation/service in this list.


@JvmName(name = "fmegclpvkelhbjxc")
suspend fun operations(vararg values: Output<ApiOperationArgs>)


@JvmName(name = "kmlauvgmemsxskoe")
suspend fun operations(values: List<Output<ApiOperationArgs>>)
@JvmName(name = "xcdwvwijyvigqjbb")
suspend fun operations(vararg values: ApiOperationArgs)

Parameters

values

A list of ApiOperations allowed to be performed by the sources specified in the corresponding EgressFrom. A request matches if it uses an operation/service in this list.


@JvmName(name = "xepivlcldkmpdlaj")
suspend fun operations(argument: List<suspend ApiOperationArgsBuilder.() -> Unit>)
@JvmName(name = "vqeamlncqjofeemv")
suspend fun operations(vararg argument: suspend ApiOperationArgsBuilder.() -> Unit)
@JvmName(name = "wclvbcofpbhppqok")
suspend fun operations(argument: suspend ApiOperationArgsBuilder.() -> Unit)

Parameters

argument

A list of ApiOperations allowed to be performed by the sources specified in the corresponding EgressFrom. A request matches if it uses an operation/service in this list.