Response Headers Policy Strict Transport Security Args
data class ResponseHeadersPolicyStrictTransportSecurityArgs(val accessControlMaxAgeSec: Output<Int>, val includeSubdomains: Output<Boolean>? = null, val override: Output<Boolean>, val preload: Output<Boolean>? = null) : ConvertibleToJava<ResponseHeadersPolicyStrictTransportSecurityArgs>
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
A Boolean that determines whether CloudFront includes the includeSubDomains
directive in the Strict-Transport-Security
HTTP response header.