#[non_exhaustive]pub struct ResponseHeadersPolicyStrictTransportSecurity { /* private fields */ }
Expand description
Determines whether CloudFront includes the Strict-Transport-Security
HTTP response header and the header’s value.
For more information about the Strict-Transport-Security
HTTP response header, see Strict-Transport-Security in the MDN Web Docs.
Implementations
sourceimpl ResponseHeadersPolicyStrictTransportSecurity
impl ResponseHeadersPolicyStrictTransportSecurity
sourcepub fn override(&self) -> Option<bool>
pub fn override(&self) -> Option<bool>
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.
sourcepub fn include_subdomains(&self) -> Option<bool>
pub fn include_subdomains(&self) -> Option<bool>
A Boolean that determines whether CloudFront includes the includeSubDomains
directive in the Strict-Transport-Security
HTTP response header.
sourcepub fn preload(&self) -> Option<bool>
pub fn preload(&self) -> Option<bool>
A Boolean that determines whether CloudFront includes the preload
directive in the Strict-Transport-Security
HTTP response header.
sourcepub fn access_control_max_age_sec(&self) -> Option<i32>
pub fn access_control_max_age_sec(&self) -> Option<i32>
A number that CloudFront uses as the value for the max-age
directive in the Strict-Transport-Security
HTTP response header.
sourceimpl ResponseHeadersPolicyStrictTransportSecurity
impl ResponseHeadersPolicyStrictTransportSecurity
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResponseHeadersPolicyStrictTransportSecurity
.
Trait Implementations
sourceimpl Clone for ResponseHeadersPolicyStrictTransportSecurity
impl Clone for ResponseHeadersPolicyStrictTransportSecurity
sourcefn clone(&self) -> ResponseHeadersPolicyStrictTransportSecurity
fn clone(&self) -> ResponseHeadersPolicyStrictTransportSecurity
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more