allowedMethods

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

Parameters

value

A list of HTTP methods (e.g. GET) which are allowed from the specified origin.


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


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

Parameters

values

A list of HTTP methods (e.g. GET) which are allowed from the specified origin.