allowOriginRegexes

@JvmName(name = "bchmpuigksaimitp")
suspend fun allowOriginRegexes(value: Output<List<String>>)
@JvmName(name = "fctngptcnycprmkx")
suspend fun allowOriginRegexes(value: List<String>?)

Parameters

value

Specifies a regular expression that matches allowed origins. For more information about the regular expression syntax, see Syntax. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.


@JvmName(name = "bcbkacmyofsgrwae")
suspend fun allowOriginRegexes(vararg values: Output<String>)


@JvmName(name = "nwowvpygeeovyqfl")
suspend fun allowOriginRegexes(values: List<Output<String>>)
@JvmName(name = "yjxemmxvtqatngti")
suspend fun allowOriginRegexes(vararg values: String)

Parameters

values

Specifies a regular expression that matches allowed origins. For more information about the regular expression syntax, see Syntax. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.