allowedMethods

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


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