allowedOrigins

@JvmName(name = "fmxpmbdppcovkutf")
suspend fun allowedOrigins(value: Output<List<String>>)
@JvmName(name = "kfkyctkbmpwcgitx")
suspend fun allowedOrigins(value: List<String>?)

Parameters

value

Allowed origins to make cross-site requests. The special value * allows all domains.


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


@JvmName(name = "phlqhqwoxqnyoheu")
suspend fun allowedOrigins(values: List<Output<String>>)
@JvmName(name = "ckwknreadyedgfyd")
suspend fun allowedOrigins(vararg values: String)

Parameters

values

Allowed origins to make cross-site requests. The special value * allows all domains.