allowedRequestTypes

@JvmName(name = "qdujmgusdgqwfsfd")
suspend fun allowedRequestTypes(value: Output<List<String>>)
@JvmName(name = "artfiewielylklky")
suspend fun allowedRequestTypes(value: List<String>?)

Parameters

value

The allowed request types for the Private Endpoint Connection. Possible values are ClientConnection, ServerConnection, RESTAPI and Trace.

Note: When default_action is Allow, allowed_request_typescannot be set.


@JvmName(name = "xwhmnqdwgmrstaxo")
suspend fun allowedRequestTypes(vararg values: Output<String>)


@JvmName(name = "mrmehvwlrcaehdap")
suspend fun allowedRequestTypes(values: List<Output<String>>)
@JvmName(name = "icynmwvfgndgksie")
suspend fun allowedRequestTypes(vararg values: String)

Parameters

values

The allowed request types for the Private Endpoint Connection. Possible values are ClientConnection, ServerConnection, RESTAPI and Trace.

Note: When default_action is Allow, allowed_request_typescannot be set.