allowedMethods

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

Parameters

value

Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.


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


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

Parameters

values

Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.