Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
ResponseHeadersPolicySecurityHeadersConfig |
ResponseHeadersPolicySecurityHeadersConfig.clone() |
ResponseHeadersPolicySecurityHeadersConfig |
ResponseHeadersPolicyConfig.getSecurityHeadersConfig()
A configuration for a set of security-related HTTP response headers.
|
ResponseHeadersPolicySecurityHeadersConfig |
ResponseHeadersPolicySecurityHeadersConfig.withContentSecurityPolicy(ResponseHeadersPolicyContentSecurityPolicy contentSecurityPolicy)
The policy directives and their values that CloudFront includes as values for the
Content-Security-Policy HTTP response header. |
ResponseHeadersPolicySecurityHeadersConfig |
ResponseHeadersPolicySecurityHeadersConfig.withContentTypeOptions(ResponseHeadersPolicyContentTypeOptions contentTypeOptions)
Determines whether CloudFront includes the
X-Content-Type-Options HTTP response header with its
value set to nosniff . |
ResponseHeadersPolicySecurityHeadersConfig |
ResponseHeadersPolicySecurityHeadersConfig.withFrameOptions(ResponseHeadersPolicyFrameOptions frameOptions)
Determines whether CloudFront includes the
X-Frame-Options HTTP response header and the header's
value. |
ResponseHeadersPolicySecurityHeadersConfig |
ResponseHeadersPolicySecurityHeadersConfig.withReferrerPolicy(ResponseHeadersPolicyReferrerPolicy referrerPolicy)
Determines whether CloudFront includes the
Referrer-Policy HTTP response header and the header's
value. |
ResponseHeadersPolicySecurityHeadersConfig |
ResponseHeadersPolicySecurityHeadersConfig.withStrictTransportSecurity(ResponseHeadersPolicyStrictTransportSecurity strictTransportSecurity)
Determines whether CloudFront includes the
Strict-Transport-Security HTTP response header and the
header's value. |
ResponseHeadersPolicySecurityHeadersConfig |
ResponseHeadersPolicySecurityHeadersConfig.withXSSProtection(ResponseHeadersPolicyXSSProtection xSSProtection)
Determines whether CloudFront includes the
X-XSS-Protection HTTP response header and the header's
value. |
Modifier and Type | Method and Description |
---|---|
void |
ResponseHeadersPolicyConfig.setSecurityHeadersConfig(ResponseHeadersPolicySecurityHeadersConfig securityHeadersConfig)
A configuration for a set of security-related HTTP response headers.
|
ResponseHeadersPolicyConfig |
ResponseHeadersPolicyConfig.withSecurityHeadersConfig(ResponseHeadersPolicySecurityHeadersConfig securityHeadersConfig)
A configuration for a set of security-related HTTP response headers.
|
Copyright © 2023. All rights reserved.