GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity

data class GetResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurity(val accessControlMaxAgeSec: Int, val includeSubdomains: Boolean, val override: Boolean, val preload: Boolean)

Constructors

constructor(accessControlMaxAgeSec: Int, includeSubdomains: Boolean, override: Boolean, preload: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.

Link copied to clipboard

Whether CloudFront includes the includeSubDomains directive in the Strict-Transport-Security HTTP response header.

Link copied to clipboard

Whether CloudFront overrides the X-XSS-Protection HTTP response header received from the origin with the one specified in this response headers policy.

Link copied to clipboard

Whether CloudFront includes the preload directive in the Strict-Transport-Security HTTP response header.