Class CfnResponseHeadersPolicy.StrictTransportSecurityProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnResponseHeadersPolicy.StrictTransportSecurityProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResponseHeadersPolicy.StrictTransportSecurityProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResponseHeadersPolicy.StrictTransportSecurityProperty
@Stability(Stable)
@Internal
public static final class CfnResponseHeadersPolicy.StrictTransportSecurityProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResponseHeadersPolicy.StrictTransportSecurityProperty
An implementation for
CfnResponseHeadersPolicy.StrictTransportSecurityProperty
-
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.StrictTransportSecurityProperty
CfnResponseHeadersPolicy.StrictTransportSecurityProperty.Builder, CfnResponseHeadersPolicy.StrictTransportSecurityProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnResponseHeadersPolicy.StrictTransportSecurityProperty.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 Number
A number that CloudFront uses as the value for themax-age
directive in theStrict-Transport-Security
HTTP response header.final Object
A Boolean that determines whether CloudFront includes theincludeSubDomains
directive in theStrict-Transport-Security
HTTP response header.final Object
A Boolean that determines whether CloudFront overrides theStrict-Transport-Security
HTTP response header received from the origin with the one specified in this response headers policy.final Object
A Boolean that determines whether CloudFront includes thepreload
directive in theStrict-Transport-Security
HTTP response header.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.StrictTransportSecurityProperty.Builder
.
-
-
Method Details
-
getAccessControlMaxAgeSec
Description copied from interface:CfnResponseHeadersPolicy.StrictTransportSecurityProperty
A number that CloudFront uses as the value for themax-age
directive in theStrict-Transport-Security
HTTP response header.- Specified by:
getAccessControlMaxAgeSec
in interfaceCfnResponseHeadersPolicy.StrictTransportSecurityProperty
- See Also:
-
getOverride
Description copied from interface:CfnResponseHeadersPolicy.StrictTransportSecurityProperty
A Boolean that determines whether CloudFront overrides theStrict-Transport-Security
HTTP response header received from the origin with the one specified in this response headers policy.- Specified by:
getOverride
in interfaceCfnResponseHeadersPolicy.StrictTransportSecurityProperty
- See Also:
-
getIncludeSubdomains
Description copied from interface:CfnResponseHeadersPolicy.StrictTransportSecurityProperty
A Boolean that determines whether CloudFront includes theincludeSubDomains
directive in theStrict-Transport-Security
HTTP response header.- Specified by:
getIncludeSubdomains
in interfaceCfnResponseHeadersPolicy.StrictTransportSecurityProperty
- See Also:
-
getPreload
Description copied from interface:CfnResponseHeadersPolicy.StrictTransportSecurityProperty
A Boolean that determines whether CloudFront includes thepreload
directive in theStrict-Transport-Security
HTTP response header.- Specified by:
getPreload
in interfaceCfnResponseHeadersPolicy.StrictTransportSecurityProperty
- See Also:
-
$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()
-