Class: Aws::CloudFront::Types::ResponseHeadersPolicyContentSecurityPolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

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

For more information about the ‘Content-Security-Policy` HTTP response header, see [Content-Security-Policy] in the MDN Web Docs.

[1]: developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_security_policyString

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

Returns:

  • (String)


9950
9951
9952
9953
9954
9955
# File 'lib/aws-sdk-cloudfront/types.rb', line 9950

class ResponseHeadersPolicyContentSecurityPolicy < Struct.new(
  :override,
  :content_security_policy)
  SENSITIVE = []
  include Aws::Structure
end

#overrideBoolean

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.

Returns:

  • (Boolean)


9950
9951
9952
9953
9954
9955
# File 'lib/aws-sdk-cloudfront/types.rb', line 9950

class ResponseHeadersPolicyContentSecurityPolicy < Struct.new(
  :override,
  :content_security_policy)
  SENSITIVE = []
  include Aws::Structure
end