allowedHeaders

@JvmName(name = "txlccvnpcubspplm")
suspend fun allowedHeaders(value: Output<List<String>>)
@JvmName(name = "thvnfniiysehdcfs")
suspend fun allowedHeaders(value: List<String>?)

Parameters

value

Specifies whether the headers specified by Access-Control-Request-Headers in the OPTIONS preflight request are allowed. You can use only one asterisk (*) as the wildcard for allowed header. .


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


@JvmName(name = "kyecetghdejbodqd")
suspend fun allowedHeaders(values: List<Output<String>>)
@JvmName(name = "fsjetqffyyxuavpw")
suspend fun allowedHeaders(vararg values: String)

Parameters

values

Specifies whether the headers specified by Access-Control-Request-Headers in the OPTIONS preflight request are allowed. You can use only one asterisk (*) as the wildcard for allowed header. .