allowedHeaders

@JvmName(name = "bubhajujgopcycsw")
suspend fun allowedHeaders(value: Output<List<String>>)
@JvmName(name = "jqqriarodstimhnm")
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 = "lshmuiwvkxeegtel")
suspend fun allowedHeaders(vararg values: Output<String>)


@JvmName(name = "axvpclylipjkstjb")
suspend fun allowedHeaders(values: List<Output<String>>)
@JvmName(name = "coomgfkapkaxcowd")
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. .