allowedMethods

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


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