allowedMethods

@JvmName(name = "cqpwicssbgxuumno")
suspend fun allowedMethods(value: Output<List<Either<String, AllowedMethods>>>)
@JvmName(name = "jtyvfkimdyqulnas")
suspend fun allowedMethods(value: List<Either<String, AllowedMethods>>)

Parameters

value

Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.


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


@JvmName(name = "djshuehyksdknhpl")
suspend fun allowedMethods(values: List<Output<Either<String, AllowedMethods>>>)
@JvmName(name = "ojjbbpslcbsaqibi")
suspend fun allowedMethods(vararg values: Either<String, AllowedMethods>)

Parameters

values

Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.