@Stability(value=Stable) public static final class CfnResponseHeadersPolicy.XSSProtectionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResponseHeadersPolicy.XSSProtectionProperty>
CfnResponseHeadersPolicy.XSSProtectionProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnResponseHeadersPolicy.XSSProtectionProperty.Builder override(Boolean override)
CfnResponseHeadersPolicy.XSSProtectionProperty.getOverride()override - A Boolean that determines whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy. This parameter is required.this@Stability(value=Stable) public CfnResponseHeadersPolicy.XSSProtectionProperty.Builder override(IResolvable override)
CfnResponseHeadersPolicy.XSSProtectionProperty.getOverride()override - A Boolean that determines whether CloudFront overrides the `X-XSS-Protection` HTTP response header received from the origin with the one specified in this response headers policy. This parameter is required.this@Stability(value=Stable) public CfnResponseHeadersPolicy.XSSProtectionProperty.Builder protection(Boolean protection)
CfnResponseHeadersPolicy.XSSProtectionProperty.getProtection()protection - A Boolean that determines the value of the `X-XSS-Protection` HTTP response header. This parameter is required.
When this setting is true , the value of the X-XSS-Protection header is 1 . When this setting is false , the value of the X-XSS-Protection header is 0 .
For more information about these settings, see X-XSS-Protection in the MDN Web Docs.
this@Stability(value=Stable) public CfnResponseHeadersPolicy.XSSProtectionProperty.Builder protection(IResolvable protection)
CfnResponseHeadersPolicy.XSSProtectionProperty.getProtection()protection - A Boolean that determines the value of the `X-XSS-Protection` HTTP response header. This parameter is required.
When this setting is true , the value of the X-XSS-Protection header is 1 . When this setting is false , the value of the X-XSS-Protection header is 0 .
For more information about these settings, see X-XSS-Protection in the MDN Web Docs.
this@Stability(value=Stable) public CfnResponseHeadersPolicy.XSSProtectionProperty.Builder modeBlock(Boolean modeBlock)
CfnResponseHeadersPolicy.XSSProtectionProperty.getModeBlock()modeBlock - A Boolean that determines whether CloudFront includes the `mode=block` directive in the `X-XSS-Protection` header.
For more information about this directive, see X-XSS-Protection in the MDN Web Docs.this@Stability(value=Stable) public CfnResponseHeadersPolicy.XSSProtectionProperty.Builder modeBlock(IResolvable modeBlock)
CfnResponseHeadersPolicy.XSSProtectionProperty.getModeBlock()modeBlock - A Boolean that determines whether CloudFront includes the `mode=block` directive in the `X-XSS-Protection` header.
For more information about this directive, see X-XSS-Protection in the MDN Web Docs.this@Stability(value=Stable) public CfnResponseHeadersPolicy.XSSProtectionProperty.Builder reportUri(String reportUri)
CfnResponseHeadersPolicy.XSSProtectionProperty.getReportUri()reportUri - A reporting URI, which CloudFront uses as the value of the `report` directive in the `X-XSS-Protection` header.
You cannot specify a ReportUri when ModeBlock is true .
For more information about using a reporting URL, see X-XSS-Protection in the MDN Web Docs.
this@Stability(value=Stable) public CfnResponseHeadersPolicy.XSSProtectionProperty build()
build in interface software.amazon.jsii.Builder<CfnResponseHeadersPolicy.XSSProtectionProperty>CfnResponseHeadersPolicy.XSSProtectionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.