public static interface ResponseHeadersPolicyContentSecurityPolicy.Builder extends SdkPojo, CopyableBuilder<ResponseHeadersPolicyContentSecurityPolicy.Builder,ResponseHeadersPolicyContentSecurityPolicy>
| Modifier and Type | Method and Description |
|---|---|
ResponseHeadersPolicyContentSecurityPolicy.Builder |
contentSecurityPolicy(String contentSecurityPolicy)
The policy directives and their values that CloudFront includes as values for the
Content-Security-Policy HTTP response header. |
ResponseHeadersPolicyContentSecurityPolicy.Builder |
override(Boolean 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. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponseHeadersPolicyContentSecurityPolicy.Builder override(Boolean 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.
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.ResponseHeadersPolicyContentSecurityPolicy.Builder contentSecurityPolicy(String contentSecurityPolicy)
The policy directives and their values that CloudFront includes as values for the
Content-Security-Policy HTTP response header.
contentSecurityPolicy - The policy directives and their values that CloudFront includes as values for the
Content-Security-Policy HTTP response header.Copyright © 2021. All rights reserved.