Interface CfnResponseHeadersPolicy.IContentSecurityPolicyProperty
The policy directives and their values that CloudFront includes as values for the Content-Security-Policy
HTTP response header.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IContentSecurityPolicyProperty
Syntax (vb)
Public Interface IContentSecurityPolicyProperty
Remarks
For more information about the Content-Security-Policy
HTTP response header, see Content-Security-Policy in the MDN Web Docs.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CloudFront;
var contentSecurityPolicyProperty = new ContentSecurityPolicyProperty {
ContentSecurityPolicy = "contentSecurityPolicy",
Override = false
};
Synopsis
Properties
ContentSecurityPolicy | The policy directives and their values that CloudFront includes as values for the |
Override | A Boolean that determines whether CloudFront overrides the |
Properties
ContentSecurityPolicy
The policy directives and their values that CloudFront includes as values for the Content-Security-Policy
HTTP response header.
string ContentSecurityPolicy { get; }
Property Value
System.String
Remarks
Override
A Boolean that determines whether CloudFront overrides the Content-Security-Policy
HTTP response header received from the origin with the one specified in this response headers policy.
object Override { get; }
Property Value
System.Object