access Control Allow Methods
suspend fun accessControlAllowMethods(value: Output<ResponseHeadersPolicyCorsConfigAccessControlAllowMethodsArgs>)
suspend fun accessControlAllowMethods(value: ResponseHeadersPolicyCorsConfigAccessControlAllowMethodsArgs)
Parameters
value
Object that contains an attribute items
that contains a list of HTTP methods that CloudFront includes as values for the Access-Control-Allow-Methods
HTTP response header. Valid values: GET
| POST
| OPTIONS
| PUT
| DELETE
| HEAD
| ALL
suspend fun accessControlAllowMethods(argument: suspend ResponseHeadersPolicyCorsConfigAccessControlAllowMethodsArgsBuilder.() -> Unit)
Parameters
argument
Object that contains an attribute items
that contains a list of HTTP methods that CloudFront includes as values for the Access-Control-Allow-Methods
HTTP response header. Valid values: GET
| POST
| OPTIONS
| PUT
| DELETE
| HEAD
| ALL