Struct aws_sdk_cloudfront::model::response_headers_policy_security_headers_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ResponseHeadersPolicySecurityHeadersConfig
Implementations
Determines whether CloudFront includes the X-XSS-Protection
HTTP response header and
the header’s value.
For more information about the X-XSS-Protection
HTTP response header, see
X-XSS-Protection in the MDN Web Docs.
Determines whether CloudFront includes the X-XSS-Protection
HTTP response header and
the header’s value.
For more information about the X-XSS-Protection
HTTP response header, see
X-XSS-Protection in the MDN Web Docs.
Determines whether CloudFront includes the X-Frame-Options
HTTP response header and
the header’s value.
For more information about the X-Frame-Options
HTTP response header, see
X-Frame-Options in the MDN Web Docs.
Determines whether CloudFront includes the X-Frame-Options
HTTP response header and
the header’s value.
For more information about the X-Frame-Options
HTTP response header, see
X-Frame-Options in the MDN Web Docs.
Determines whether CloudFront includes the Referrer-Policy
HTTP response header and
the header’s value.
For more information about the Referrer-Policy
HTTP response header, see
Referrer-Policy in the MDN Web Docs.
Determines whether CloudFront includes the Referrer-Policy
HTTP response header and
the header’s value.
For more information about the Referrer-Policy
HTTP response header, see
Referrer-Policy in the MDN Web Docs.
pub fn content_security_policy(
self,
input: ResponseHeadersPolicyContentSecurityPolicy
) -> Self
pub fn content_security_policy(
self,
input: ResponseHeadersPolicyContentSecurityPolicy
) -> Self
The policy directives and their values that CloudFront includes as values for the
Content-Security-Policy
HTTP response header.
For more information about the Content-Security-Policy
HTTP response
header, see Content-Security-Policy in the MDN Web Docs.
pub fn set_content_security_policy(
self,
input: Option<ResponseHeadersPolicyContentSecurityPolicy>
) -> Self
pub fn set_content_security_policy(
self,
input: Option<ResponseHeadersPolicyContentSecurityPolicy>
) -> Self
The policy directives and their values that CloudFront includes as values for the
Content-Security-Policy
HTTP response header.
For more information about the Content-Security-Policy
HTTP response
header, see Content-Security-Policy in the MDN Web Docs.
Determines whether CloudFront includes the X-Content-Type-Options
HTTP response
header with its value set to nosniff
.
For more information about the X-Content-Type-Options
HTTP response
header, see X-Content-Type-Options in the MDN Web Docs.
pub fn set_content_type_options(
self,
input: Option<ResponseHeadersPolicyContentTypeOptions>
) -> Self
pub fn set_content_type_options(
self,
input: Option<ResponseHeadersPolicyContentTypeOptions>
) -> Self
Determines whether CloudFront includes the X-Content-Type-Options
HTTP response
header with its value set to nosniff
.
For more information about the X-Content-Type-Options
HTTP response
header, see X-Content-Type-Options in the MDN Web Docs.
pub fn strict_transport_security(
self,
input: ResponseHeadersPolicyStrictTransportSecurity
) -> Self
pub fn strict_transport_security(
self,
input: ResponseHeadersPolicyStrictTransportSecurity
) -> Self
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.
pub fn set_strict_transport_security(
self,
input: Option<ResponseHeadersPolicyStrictTransportSecurity>
) -> Self
pub fn set_strict_transport_security(
self,
input: Option<ResponseHeadersPolicyStrictTransportSecurity>
) -> Self
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.
Consumes the builder and constructs a ResponseHeadersPolicySecurityHeadersConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more