ResponseHeadersPolicyServerTimingHeadersConfig

data class ResponseHeadersPolicyServerTimingHeadersConfig(val enabled: Boolean, val samplingRate: Double)

Constructors

constructor(enabled: Boolean, samplingRate: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Whether CloudFront adds the Server-Timing header to HTTP responses that it sends in response to requests that match a cache behavior that's associated with this response headers policy.

Link copied to clipboard

A number 0–100 (inclusive) that specifies the percentage of responses that you want CloudFront to add the Server-Timing header to. Valid range: Minimum value of 0.0. Maximum value of 100.0.