methods

@JvmName(name = "ydbmwopbrshfeiqo")
suspend fun methods(value: Output<List<String>>)
@JvmName(name = "veqkouvubudgafgo")
suspend fun methods(value: List<String>?)

Parameters

value

The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".


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


@JvmName(name = "updgohpkxrmnsepo")
suspend fun methods(values: List<Output<String>>)
@JvmName(name = "jdstxbnfhhbopkga")
suspend fun methods(vararg values: String)

Parameters

values

The list of HTTP methods on which to include CORS response headers, (GET, OPTIONS, POST, etc) Note: "*" is permitted in the list of methods, and means "any method".