allow

@JvmName(name = "mdnklhcbbrpyummj")
suspend fun allow(value: Output<List<Either<String, WebPubSubRequestType>>>)
@JvmName(name = "imnryoqtakfyddwc")
suspend fun allow(value: List<Either<String, WebPubSubRequestType>>?)

Parameters

value

Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.


@JvmName(name = "vhnaxiqicsbygnle")
suspend fun allow(vararg values: Output<Either<String, WebPubSubRequestType>>)


@JvmName(name = "gwhfgkgldvjmtqfk")
suspend fun allow(values: List<Output<Either<String, WebPubSubRequestType>>>)
@JvmName(name = "apboqmdvxckmargu")
suspend fun allow(vararg values: Either<String, WebPubSubRequestType>)

Parameters

values

Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.