allowedMethods

@JvmName(name = "kbievicglciyfrhg")
suspend fun allowedMethods(value: Output<List<Either<String, CorsRuleAllowedMethods>>>)
@JvmName(name = "himjhnpgvdxxbkiu")
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 = "crqsoovodiiyhpov")
suspend fun allowedMethods(vararg values: Output<Either<String, CorsRuleAllowedMethods>>)


@JvmName(name = "iyqnsieyqohitwwm")
suspend fun allowedMethods(values: List<Output<Either<String, CorsRuleAllowedMethods>>>)
@JvmName(name = "ufsjnyoenfxcmhlg")
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`