RegionUrlMapHostRuleArgs

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

Constructors

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

Functions

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

Properties

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

An optional description of this HostRule. 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.