data class RateLimitMatchRequestArgs(val methods: Output<List<String>>? = null, val schemes: Output<List<String>>? = null, val urlPattern: Output<String>? = null) : ConvertibleToJava<RateLimitMatchRequestArgs>
The URL pattern to match comprised of the host and path, i.e. example.org/path. Wildcard are expanded to match applicable traffic, query strings are not matched. Use _ for all traffic to your zone.