ResponseHeadersPolicyConfig
A response headers policy configuration.
A response headers policy configuration contains metadata about the response headers policy, and configurations for sets of HTTP response headers.
Types
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.
Functions
Link copied to clipboard
inline fun copy(block: ResponseHeadersPolicyConfig.Builder.() -> Unit = {}): ResponseHeadersPolicyConfig