allowedMethods

@JvmName(name = "elxamcyhslnfjryo")
suspend fun allowedMethods(value: Output<List<Either<String, AllowedMethods>>>)
@JvmName(name = "wmbqpffoorobwcuo")
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 = "irbdjkempyilodpo")
suspend fun allowedMethods(vararg values: Output<Either<String, AllowedMethods>>)


@JvmName(name = "rfncpykqjglttsgl")
suspend fun allowedMethods(values: List<Output<Either<String, AllowedMethods>>>)
@JvmName(name = "jhixtotmxleishqu")
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.