allowedMethods

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


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