allowOriginRegexes

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

Parameters

value

Specifies the regular expression patterns that match allowed origins. For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax.


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


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

Parameters

values

Specifies the regular expression patterns that match allowed origins. For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax.