ResponseHeadersPolicySecurityHeadersConfigArgs

data class ResponseHeadersPolicySecurityHeadersConfigArgs(val contentSecurityPolicy: Output<ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicyArgs>? = null, val contentTypeOptions: Output<ResponseHeadersPolicySecurityHeadersConfigContentTypeOptionsArgs>? = null, val frameOptions: Output<ResponseHeadersPolicySecurityHeadersConfigFrameOptionsArgs>? = null, val referrerPolicy: Output<ResponseHeadersPolicySecurityHeadersConfigReferrerPolicyArgs>? = null, val strictTransportSecurity: Output<ResponseHeadersPolicySecurityHeadersConfigStrictTransportSecurityArgs>? = null, val xssProtection: Output<ResponseHeadersPolicySecurityHeadersConfigXssProtectionArgs>? = null) : ConvertibleToJava<ResponseHeadersPolicySecurityHeadersConfigArgs>

Properties

Link copied to clipboard

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

Link copied to clipboard

Determines whether CloudFront includes the X-Content-Type-Options HTTP response header with its value set to nosniff. See Content Type Options for more information.

Link copied to clipboard

Determines whether CloudFront includes the X-Frame-Options HTTP response header and the header’s value. See Frame Options for more information.

Link copied to clipboard

Determines whether CloudFront includes the Referrer-Policy HTTP response header and the header’s value. See Referrer Policy for more information.

Link copied to clipboard

Determines whether CloudFront includes the Strict-Transport-Security HTTP response header and the header’s value. See Strict Transport Security for more information.

Link copied to clipboard

Determine whether CloudFront includes the X-XSS-Protection HTTP response header and the header’s value. See XSS Protection for more information.

Functions

Link copied to clipboard
open override fun toJava(): ResponseHeadersPolicySecurityHeadersConfigArgs