Skip to main content

AWSCloudFrontResponseHeadersPolicySecurityHeadersConfiguration

No description

type AWSCloudFrontResponseHeadersPolicySecurityHeadersConfiguration {
contentSecurityPolicy: AWSCloudFrontResponseHeadersPolicyContentSecurityPolicy
contentTypeOptions: AWSCloudFrontResponseHeadersPolicyContentTypeOptions
frameOptions: AWSCloudFrontResponseHeadersPolicyFrameOptions
referrerPolicy: AWSCloudFrontResponseHeadersPolicyReferrerPolicy
strictTransportSecurity: AWSCloudFrontResponseHeadersPolicyStrictTransportSecurity
xssProtection: AWSCloudFrontResponseHeadersPolicyXSSProtection
}

Fields

AWSCloudFrontResponseHeadersPolicySecurityHeadersConfiguration.contentSecurityPolicy ● AWSCloudFrontResponseHeadersPolicyContentSecurityPolicy object

The policy directives and their values that CloudFront includes as values for the Content-Security-Policy HTTP response header

AWSCloudFrontResponseHeadersPolicySecurityHeadersConfiguration.contentTypeOptions ● AWSCloudFrontResponseHeadersPolicyContentTypeOptions object

Indicates whether CloudFront includes the X-Content-Type-Options HTTP response header with its value set to nosniff

AWSCloudFrontResponseHeadersPolicySecurityHeadersConfiguration.frameOptions ● AWSCloudFrontResponseHeadersPolicyFrameOptions object

Indicates whether CloudFront includes the X-Frame-Options HTTP response header and the header's value

AWSCloudFrontResponseHeadersPolicySecurityHeadersConfiguration.referrerPolicy ● AWSCloudFrontResponseHeadersPolicyReferrerPolicy object

Indicates whether CloudFront includes the Referrer-Policy HTTP response header and the header's value

AWSCloudFrontResponseHeadersPolicySecurityHeadersConfiguration.strictTransportSecurity ● AWSCloudFrontResponseHeadersPolicyStrictTransportSecurity object

Indicates whether CloudFront includes the Strict-Transport-Security HTTP response header and the header's value

AWSCloudFrontResponseHeadersPolicySecurityHeadersConfiguration.xssProtection ● AWSCloudFrontResponseHeadersPolicyXSSProtection object

Indicates whether CloudFront includes the X-XSS-Protection HTTP response header and the header's value

Member of

AWSCloudFrontResponseHeadersPolicyConfiguration object