ResponseHeadersPolicyCorsConfig

data class ResponseHeadersPolicyCorsConfig(val accessControlAllowCredentials: Boolean, val accessControlAllowHeaders: ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders, val accessControlAllowMethods: ResponseHeadersPolicyCorsConfigAccessControlAllowMethods, val accessControlAllowOrigins: ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins, val accessControlExposeHeaders: ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders? = null, val accessControlMaxAgeSec: Int? = null, val originOverride: Boolean)

Constructors

Link copied to clipboard
constructor(accessControlAllowCredentials: Boolean, accessControlAllowHeaders: ResponseHeadersPolicyCorsConfigAccessControlAllowHeaders, accessControlAllowMethods: ResponseHeadersPolicyCorsConfigAccessControlAllowMethods, accessControlAllowOrigins: ResponseHeadersPolicyCorsConfigAccessControlAllowOrigins, accessControlExposeHeaders: ResponseHeadersPolicyCorsConfigAccessControlExposeHeaders? = null, accessControlMaxAgeSec: Int? = null, originOverride: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Boolean value that CloudFront uses as the value for the Access-Control-Allow-Credentials HTTP response header.

Link copied to clipboard

Object that contains an attribute items that contains a list of HTTP header names that CloudFront includes as values for the Access-Control-Allow-Headers HTTP response header.

Link copied to clipboard

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

Link copied to clipboard

Object that contains an attribute items that contains a list of origins that CloudFront can use as the value for the Access-Control-Allow-Origin HTTP response header.

Link copied to clipboard

Object that contains an attribute items that contains a list of HTTP headers that CloudFront includes as values for the Access-Control-Expose-Headers HTTP response header.

Link copied to clipboard

A number that CloudFront uses as the value for the Access-Control-Max-Age HTTP response header.

Link copied to clipboard

A Boolean value that determines how CloudFront behaves for the HTTP response header.