allowedMethods

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

Parameters

value

Set of HTTP methods that you allow the origin to execute. Valid values are GET, PUT, HEAD, POST, and DELETE.


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


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

Parameters

values

Set of HTTP methods that you allow the origin to execute. Valid values are GET, PUT, HEAD, POST, and DELETE.