access Control Allow Origins
suspend fun accessControlAllowOrigins(value: Output<ResponseHeadersPolicyAccessControlAllowOriginsArgs>)
Parameters
value
A list of origins (domain names) that CloudFront can use as the value for the Access-Control-Allow-Origin
HTTP response header. For more information about the Access-Control-Allow-Origin
HTTP response header, see Access-Control-Allow-Origin in the MDN Web Docs.
suspend fun accessControlAllowOrigins(argument: suspend ResponseHeadersPolicyAccessControlAllowOriginsArgsBuilder.() -> Unit)
Parameters
argument
A list of origins (domain names) that CloudFront can use as the value for the Access-Control-Allow-Origin
HTTP response header. For more information about the Access-Control-Allow-Origin
HTTP response header, see Access-Control-Allow-Origin in the MDN Web Docs.