HttpRouteRuleArgs

fun HttpRouteRuleArgs(customErrorResponsePolicy: Output<CustomErrorResponsePolicyArgs>? = null, description: Output<String>? = null, headerAction: Output<HttpHeaderActionArgs>? = null, httpFilterConfigs: Output<List<HttpFilterConfigArgs>>? = null, httpFilterMetadata: Output<List<HttpFilterConfigArgs>>? = null, matchRules: Output<List<HttpRouteRuleMatchArgs>>? = null, priority: Output<Int>? = null, routeAction: Output<HttpRouteActionArgs>? = null, service: Output<String>? = null, urlRedirect: Output<HttpRedirectActionArgs>? = null)