Class CfnResponseHeadersPolicy.SecurityHeadersConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnResponseHeadersPolicy.SecurityHeadersConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResponseHeadersPolicy.SecurityHeadersConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResponseHeadersPolicy.SecurityHeadersConfigProperty
@Stability(Stable)
@Internal
public static final class CfnResponseHeadersPolicy.SecurityHeadersConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResponseHeadersPolicy.SecurityHeadersConfigProperty
An implementation for
CfnResponseHeadersPolicy.SecurityHeadersConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnResponseHeadersPolicy.SecurityHeadersConfigProperty
CfnResponseHeadersPolicy.SecurityHeadersConfigProperty.Builder, CfnResponseHeadersPolicy.SecurityHeadersConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnResponseHeadersPolicy.SecurityHeadersConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The policy directives and their values that CloudFront includes as values for theContent-Security-Policy
HTTP response header.final Object
Determines whether CloudFront includes theX-Content-Type-Options
HTTP response header with its value set tonosniff
.final Object
Determines whether CloudFront includes theX-Frame-Options
HTTP response header and the header's value.final Object
Determines whether CloudFront includes theReferrer-Policy
HTTP response header and the header's value.final Object
Determines whether CloudFront includes theStrict-Transport-Security
HTTP response header and the header's value.final Object
Determines whether CloudFront includes theX-XSS-Protection
HTTP response header and the header's value.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnResponseHeadersPolicy.SecurityHeadersConfigProperty.Builder
.
-
-
Method Details
-
getContentSecurityPolicy
Description copied from interface:CfnResponseHeadersPolicy.SecurityHeadersConfigProperty
The policy directives and their values that CloudFront includes as values for theContent-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.- Specified by:
getContentSecurityPolicy
in interfaceCfnResponseHeadersPolicy.SecurityHeadersConfigProperty
-
getContentTypeOptions
Description copied from interface:CfnResponseHeadersPolicy.SecurityHeadersConfigProperty
Determines whether CloudFront includes theX-Content-Type-Options
HTTP response header with its value set tonosniff
.For more information about the
X-Content-Type-Options
HTTP response header, see X-Content-Type-Options in the MDN Web Docs.- Specified by:
getContentTypeOptions
in interfaceCfnResponseHeadersPolicy.SecurityHeadersConfigProperty
-
getFrameOptions
Description copied from interface:CfnResponseHeadersPolicy.SecurityHeadersConfigProperty
Determines whether CloudFront includes theX-Frame-Options
HTTP response header and the header's value.For more information about the
X-Frame-Options
HTTP response header, see X-Frame-Options in the MDN Web Docs.- Specified by:
getFrameOptions
in interfaceCfnResponseHeadersPolicy.SecurityHeadersConfigProperty
-
getReferrerPolicy
Description copied from interface:CfnResponseHeadersPolicy.SecurityHeadersConfigProperty
Determines whether CloudFront includes theReferrer-Policy
HTTP response header and the header's value.For more information about the
Referrer-Policy
HTTP response header, see Referrer-Policy in the MDN Web Docs.- Specified by:
getReferrerPolicy
in interfaceCfnResponseHeadersPolicy.SecurityHeadersConfigProperty
-
getStrictTransportSecurity
Description copied from interface:CfnResponseHeadersPolicy.SecurityHeadersConfigProperty
Determines whether CloudFront includes theStrict-Transport-Security
HTTP response header and the header's value.For more information about the
Strict-Transport-Security
HTTP response header, see Strict-Transport-Security in the MDN Web Docs.- Specified by:
getStrictTransportSecurity
in interfaceCfnResponseHeadersPolicy.SecurityHeadersConfigProperty
-
getXssProtection
Description copied from interface:CfnResponseHeadersPolicy.SecurityHeadersConfigProperty
Determines whether CloudFront includes theX-XSS-Protection
HTTP response header and the header's value.For more information about the
X-XSS-Protection
HTTP response header, see X-XSS-Protection in the MDN Web Docs.- Specified by:
getXssProtection
in interfaceCfnResponseHeadersPolicy.SecurityHeadersConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-