Http Route Args
data class HttpRouteArgs(val action: Output<HttpRouteActionArgs>? = null, val match: Output<HttpRouteMatchArgs>? = null) : ConvertibleToJava<HttpRouteArgs>
Http Routes configuration, including paths to match on and whether or not rewrites are to be done.