allowMethods

@JvmName(name = "nherobsvuhgxvxrw")
suspend fun allowMethods(value: Output<List<String>>)
@JvmName(name = "kkijcjqgeawbedpn")
suspend fun allowMethods(value: List<String>?)

Parameters

value

The set of allowed HTTP methods. This configures the Access-Control-Allow-Methods header.


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


@JvmName(name = "godpicjruoiwfdew")
suspend fun allowMethods(values: List<Output<String>>)
@JvmName(name = "owrbgxkjbfhkwskb")
suspend fun allowMethods(vararg values: String)

Parameters

values

The set of allowed HTTP methods. This configures the Access-Control-Allow-Methods header.