AWSCloudFrontResponseHeadersPolicyStrictTransportSecurity
No description
type AWSCloudFrontResponseHeadersPolicyStrictTransportSecurity {
maxAgeSec: Int!
override: Boolean!
includeSubdomains: Boolean!
preload: Boolean!
}
Fields
AWSCloudFrontResponseHeadersPolicyStrictTransportSecurity.maxAgeSec
● Int!
non-null scalar
A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header
AWSCloudFrontResponseHeadersPolicyStrictTransportSecurity.override
● Boolean!
non-null scalar
A Boolean that determines whether CloudFront overrides the Strict-Transport-Security HTTP response header received from the origin with the one specified in this response headers policy
AWSCloudFrontResponseHeadersPolicyStrictTransportSecurity.includeSubdomains
● Boolean!
non-null scalar
A Boolean that determines whether CloudFront includes the includeSubDomains directive in the Strict-Transport-Security HTTP response header
AWSCloudFrontResponseHeadersPolicyStrictTransportSecurity.preload
● Boolean!
non-null scalar
A Boolean that determines whether CloudFront includes the preload directive in the Strict-Transport-Security HTTP response header
Member of
AWSCloudFrontResponseHeadersPolicySecurityHeadersConfiguration
object