allowedMethods

@JvmName(name = "neyvmufivblyxype")
suspend fun allowedMethods(value: Output<List<Either<String, CorsRuleAllowedMethods>>>)
@JvmName(name = "urghryuevvqahdhj")
suspend fun allowedMethods(value: List<Either<String, CorsRuleAllowedMethods>>?)

Parameters

value

An HTTP method that you allow the origin to run. Allowed values: `GET` | `PUT` | `HEAD` | `POST` | `DELETE`


@JvmName(name = "hwdktbcnreaaskjk")
suspend fun allowedMethods(vararg values: Output<Either<String, CorsRuleAllowedMethods>>)


@JvmName(name = "ktqljwatjcindoee")
suspend fun allowedMethods(values: List<Output<Either<String, CorsRuleAllowedMethods>>>)
@JvmName(name = "vtpptwlcsqntetdi")
suspend fun allowedMethods(vararg values: Either<String, CorsRuleAllowedMethods>)

Parameters

values

An HTTP method that you allow the origin to run. Allowed values: `GET` | `PUT` | `HEAD` | `POST` | `DELETE`