ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicyArgs

data class ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicyArgs(val contentSecurityPolicy: Output<String>, val override: Output<Boolean>) : ConvertibleToJava<ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicyArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val override: Output<Boolean>

Whether CloudFront overrides the Content-Security-Policy HTTP response header received from the origin with the one specified in this response headers policy.