allow

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


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

Parameters

values

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