Response Headers Policy Config
data class ResponseHeadersPolicyConfig(val comment: String? = null, val corsConfig: ResponseHeadersPolicyCorsConfig? = null, val customHeadersConfig: ResponseHeadersPolicyCustomHeadersConfig? = null, val name: String, val removeHeadersConfig: ResponseHeadersPolicyRemoveHeadersConfig? = null, val securityHeadersConfig: ResponseHeadersPolicySecurityHeadersConfig? = null, val serverTimingHeadersConfig: ResponseHeadersPolicyServerTimingHeadersConfig? = null)
Constructors
Link copied to clipboard
constructor(comment: String? = null, corsConfig: ResponseHeadersPolicyCorsConfig? = null, customHeadersConfig: ResponseHeadersPolicyCustomHeadersConfig? = null, name: String, removeHeadersConfig: ResponseHeadersPolicyRemoveHeadersConfig? = null, securityHeadersConfig: ResponseHeadersPolicySecurityHeadersConfig? = null, serverTimingHeadersConfig: ResponseHeadersPolicyServerTimingHeadersConfig? = null)
Properties
Link copied to clipboard
A configuration for a set of HTTP response headers that are used for cross-origin resource sharing (CORS).
Link copied to clipboard
A configuration for a set of custom HTTP response headers.
Link copied to clipboard
A configuration for a set of HTTP headers to remove from the HTTP response.
Link copied to clipboard
A configuration for a set of security-related HTTP response headers.
Link copied to clipboard
A configuration for enabling the Server-Timing
header in HTTP responses sent from CloudFront.