methods

@JvmName(name = "hqsfhgnhrbdnjspe")
suspend fun methods(value: Output<List<String>>)
@JvmName(name = "vclebtlexjtlufbi")
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 = "qbrtvkuxvkodcxip")
suspend fun methods(vararg values: Output<String>)


@JvmName(name = "vhiyesfuswlewwep")
suspend fun methods(values: List<Output<String>>)
@JvmName(name = "mgxlutxrmbtwving")
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".