allowedMethods

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

Parameters

value

One or more HTTP methods that you allow the origin to execute. Can be GET, PUT, POST, DELETE or HEAD.


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


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

Parameters

values

One or more HTTP methods that you allow the origin to execute. Can be GET, PUT, POST, DELETE or HEAD.