allowedRequestTypes

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


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