allowedRequestTypes

@JvmName(name = "tchjwsgwvplslqmg")
suspend fun allowedRequestTypes(value: Output<List<String>>)
@JvmName(name = "wvdiwpxhxykbvfoy")
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 = "jwvmsoapyjaguopo")
suspend fun allowedRequestTypes(vararg values: Output<String>)


@JvmName(name = "ydvmjpwvqwjofapl")
suspend fun allowedRequestTypes(values: List<Output<String>>)
@JvmName(name = "ioyqxjsgjsjkusqm")
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.