Url Map Test Args
fun UrlMapTestArgs(description: Output<String>? = null, expectedOutputUrl: Output<String>? = null, expectedRedirectResponseCode: Output<Int>? = null, headers: Output<List<UrlMapTestHeaderArgs>>? = null, host: Output<String>? = null, path: Output<String>? = null, service: Output<String>? = null)