operations

@JvmName(name = "ywdvlyeejffvaulk")
suspend fun operations(value: Output<List<ApiOperationArgs>>)
@JvmName(name = "rgtfpokodqlcunga")
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 = "yxfosvrtgwwbcpnj")
suspend fun operations(vararg values: Output<ApiOperationArgs>)


@JvmName(name = "brbvayxjsjcsajhx")
suspend fun operations(values: List<Output<ApiOperationArgs>>)
@JvmName(name = "aajtamkahfflgafi")
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 = "brehxfewbkyvvmtu")
suspend fun operations(argument: List<suspend ApiOperationArgsBuilder.() -> Unit>)
@JvmName(name = "yvhthwdjpiblbapk")
suspend fun operations(vararg argument: suspend ApiOperationArgsBuilder.() -> Unit)
@JvmName(name = "nnjamfmyhfsqeuux")
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.