allow

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


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

Parameters

values

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