allowedMethods

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


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