Tls Route Route Rule Args
data class TlsRouteRouteRuleArgs(val action: Output<TlsRouteRouteActionArgs>, val matches: Output<List<TlsRouteRouteMatchArgs>>) : ConvertibleToJava<TlsRouteRouteRuleArgs>
Specifies how to match traffic and how to route traffic when traffic is matched.
Constructors
Link copied to clipboard
fun TlsRouteRouteRuleArgs(action: Output<TlsRouteRouteActionArgs>, matches: Output<List<TlsRouteRouteMatchArgs>>)