allowedMethods

@JvmName(name = "wrowjlqcoucdyxyy")
suspend fun allowedMethods(value: Output<List<String>>)
@JvmName(name = "yrkjpnpuvinrccma")
suspend fun allowedMethods(value: List<String>)

Parameters

value

The cross-origin request method that is allowed. Valid values: GET, PUT, DELETE, POST, and HEAD.


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


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

Parameters

values

The cross-origin request method that is allowed. Valid values: GET, PUT, DELETE, POST, and HEAD.