access Control Allow Methods
suspend fun accessControlAllowMethods(value: Output<ResponseHeadersPolicyAccessControlAllowMethodsArgs>)
Parameters
value
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.
suspend fun accessControlAllowMethods(argument: suspend ResponseHeadersPolicyAccessControlAllowMethodsArgsBuilder.() -> Unit)
Parameters
argument
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.