ResponseHeadersPolicyAccessControlAllowMethodsArgs

data class ResponseHeadersPolicyAccessControlAllowMethodsArgs(val items: Output<List<String>>) : ConvertibleToJava<ResponseHeadersPolicyAccessControlAllowMethodsArgs>

A list of HTTP methods that CloudFront includes as values for the `Access-Control-Allow-Methods` HTTP response header. For more information about the `Access-Control-Allow-Methods` HTTP response header, see Access-Control-Allow-Methods in the MDN Web Docs.

Constructors

constructor(items: Output<List<String>>)

Properties

Link copied to clipboard
val items: Output<List<String>>

The list of HTTP methods. Valid values are:

Functions

Link copied to clipboard
open override fun toJava(): ResponseHeadersPolicyAccessControlAllowMethodsArgs