hostHeader

@JvmName(name = "ofgrcovaskrfgjrr")
suspend fun hostHeader(value: Output<ListenerRuleConditionHostHeaderArgs>)
@JvmName(name = "ckavahpgvrtmcxjb")
suspend fun hostHeader(value: ListenerRuleConditionHostHeaderArgs?)

Parameters

value

Contains a single values item which is a list of host header patterns to match. The maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied.


@JvmName(name = "niptrcvdbsstuoww")
suspend fun hostHeader(argument: suspend ListenerRuleConditionHostHeaderArgsBuilder.() -> Unit)

Parameters

argument

Contains a single values item which is a list of host header patterns to match. The maximum size of each pattern is 128 characters. Comparison is case insensitive. Wildcard characters supported: * (matches 0 or more characters) and ? (matches exactly 1 character). Only one pattern needs to match for the condition to be satisfied.