allowOrigins

@JvmName(name = "nhkivtosnhmqcevt")
suspend fun allowOrigins(value: Output<List<String>>)
@JvmName(name = "jdytuwngvcxlicsr")
suspend fun allowOrigins(value: List<String>?)

Parameters

value

Specifies the list of origins that will be allowed to do CORS requests. This translates to the Access-Control-Allow-Origin response header.


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


@JvmName(name = "yylegyhyuinnilet")
suspend fun allowOrigins(values: List<Output<String>>)
@JvmName(name = "egetorlifbqbwlfx")
suspend fun allowOrigins(vararg values: String)

Parameters

values

Specifies the list of origins that will be allowed to do CORS requests. This translates to the Access-Control-Allow-Origin response header.