allowedRequestTypes

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


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