URLMapHostRuleArgs

data class URLMapHostRuleArgs(val description: Output<String>? = null, val hosts: Output<List<String>>, val pathMatcher: Output<String>) : ConvertibleToJava<URLMapHostRuleArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, hosts: Output<List<String>>, pathMatcher: Output<String>)

Properties

Link copied to clipboard
val description: Output<String>? = null

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard
val hosts: Output<List<String>>

The list of host patterns to match. They must be valid hostnames, except * will match any string of (a-z0-9-.*). In that case, * must be the first character and must be followed in the pattern by either - or ..

Link copied to clipboard
val pathMatcher: Output<String>

The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.

Functions

Link copied to clipboard
open override fun toJava(): URLMapHostRuleArgs