allow

@JvmName(name = "qaykvhslkhiylrph")
suspend fun allow(value: Output<List<Either<String, WebPubSubRequestType>>>)
@JvmName(name = "asqfyrlhqrghpakp")
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 = "iaryyjystjkuewjm")
suspend fun allow(vararg values: Output<Either<String, WebPubSubRequestType>>)


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

Parameters

values

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