BackendArgs

data class BackendArgs(val rules: Output<List<BackendRuleArgs>>? = null) : ConvertibleToJava<BackendArgs>

Backend defines the backend configuration for a service.

Constructors

Link copied to clipboard
fun BackendArgs(rules: Output<List<BackendRuleArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): BackendArgs

Properties

Link copied to clipboard
val rules: Output<List<BackendRuleArgs>>? = null

A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order.