allowedMethods

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

Parameters

value

A list of HTTP headers that are allowed to be executed by the origin. Valid options are DELETE, GET, HEAD, MERGE, POST, OPTIONS, PUT or PATCH.


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


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

Parameters

values

A list of HTTP headers that are allowed to be executed by the origin. Valid options are DELETE, GET, HEAD, MERGE, POST, OPTIONS, PUT or PATCH.