allowedMethods

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

Parameters

value

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


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


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

Parameters

values

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