allowedMethods

@JvmName(name = "ykyxafdbpnfpgnft")
suspend fun allowedMethods(value: Output<List<BucketCorsRuleAllowedMethodsItem>>)
@JvmName(name = "jrrksgiqmxxswgcf")
suspend fun allowedMethods(value: List<BucketCorsRuleAllowedMethodsItem>)

Parameters

value

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


@JvmName(name = "ycgjrkpqmbybawey")
suspend fun allowedMethods(vararg values: Output<BucketCorsRuleAllowedMethodsItem>)


@JvmName(name = "xxwxwjksfmgwcxyq")
suspend fun allowedMethods(values: List<Output<BucketCorsRuleAllowedMethodsItem>>)
@JvmName(name = "omjpqkauidgklopj")
suspend fun allowedMethods(vararg values: BucketCorsRuleAllowedMethodsItem)

Parameters

values

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