allowedMethods

@JvmName(name = "jklcrbhnqwdhqwmk")
suspend fun allowedMethods(value: Output<List<String>>)
@JvmName(name = "eqcrcdkcxkuchdqc")
suspend fun allowedMethods(value: List<String>?)

Parameters

value

The methods (HTTP request verbs) that the origin domain may use for a CORS request.


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


@JvmName(name = "clcovuqsvgukkpqp")
suspend fun allowedMethods(values: List<Output<String>>)
@JvmName(name = "xmriholdwyynivuq")
suspend fun allowedMethods(vararg values: String)

Parameters

values

The methods (HTTP request verbs) that the origin domain may use for a CORS request.