Edge Cache Service Routing Path Matcher Args
data class EdgeCacheServiceRoutingPathMatcherArgs(val description: Output<String>? = null, val name: Output<String>, val routeRules: Output<List<EdgeCacheServiceRoutingPathMatcherRouteRuleArgs>>) : ConvertibleToJava<EdgeCacheServiceRoutingPathMatcherArgs>
Constructors
Link copied to clipboard
fun EdgeCacheServiceRoutingPathMatcherArgs(description: Output<String>? = null, name: Output<String>, routeRules: Output<List<EdgeCacheServiceRoutingPathMatcherRouteRuleArgs>>)