hosts

@JvmName(name = "rcwtqcjbfvbfngef")
suspend fun hosts(value: Output<List<AuthzPolicyHttpRuleToNotOperationHostArgs>>)
@JvmName(name = "rnhpmyftelbtkpiy")
suspend fun hosts(value: List<AuthzPolicyHttpRuleToNotOperationHostArgs>?)

Parameters

value

A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. Structure is documented below.


@JvmName(name = "tpboonrvuxyurkcv")
suspend fun hosts(vararg values: Output<AuthzPolicyHttpRuleToNotOperationHostArgs>)


@JvmName(name = "silafcwtdioirpga")
suspend fun hosts(values: List<Output<AuthzPolicyHttpRuleToNotOperationHostArgs>>)
@JvmName(name = "atocdkpsnoaaqpum")
suspend fun hosts(vararg values: AuthzPolicyHttpRuleToNotOperationHostArgs)

Parameters

values

A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. Structure is documented below.


@JvmName(name = "iltniiwlaumwdole")
suspend fun hosts(argument: List<suspend AuthzPolicyHttpRuleToNotOperationHostArgsBuilder.() -> Unit>)
@JvmName(name = "nhnfvmftmeficqxm")
suspend fun hosts(vararg argument: suspend AuthzPolicyHttpRuleToNotOperationHostArgsBuilder.() -> Unit)
@JvmName(name = "coemaqeeddqghyvb")
suspend fun hosts(argument: suspend AuthzPolicyHttpRuleToNotOperationHostArgsBuilder.() -> Unit)

Parameters

argument

A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. Structure is documented below.