content Security Policy
suspend fun contentSecurityPolicy(value: Output<ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicyArgs>)
suspend fun contentSecurityPolicy(value: ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicyArgs?)
Parameters
value
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.
suspend fun contentSecurityPolicy(argument: suspend ResponseHeadersPolicySecurityHeadersConfigContentSecurityPolicyArgsBuilder.() -> Unit)
Parameters
argument
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.