allowedMethods

@JvmName(name = "dgrjowvugvcsdccc")
suspend fun allowedMethods(value: Output<List<String>>)
@JvmName(name = "xtxqnscsmwygsueh")
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 = "dflubbjcfwuwtihk")
suspend fun allowedMethods(vararg values: Output<String>)


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

Parameters

values

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