allowedMethods

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


@JvmName(name = "ujlyumqqexmaghpg")
suspend fun allowedMethods(values: List<Output<String>>)
@JvmName(name = "ldncwxbndnqplevp")
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.