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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnResponseHeadersPolicy.StrictTransportSecurityProperty
CfnResponseHeadersPolicy.StrictTransportSecurityProperty.Builder, CfnResponseHeadersPolicy.StrictTransportSecurityProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResponseHeadersPolicy.StrictTransportSecurityProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberA number that CloudFront uses as the value for themax-agedirective in theStrict-Transport-SecurityHTTP response header.final ObjectA Boolean that determines whether CloudFront includes theincludeSubDomainsdirective in theStrict-Transport-SecurityHTTP response header.final ObjectA Boolean that determines whether CloudFront overrides theStrict-Transport-SecurityHTTP response header received from the origin with the one specified in this response headers policy.final ObjectA Boolean that determines whether CloudFront includes thepreloaddirective in theStrict-Transport-SecurityHTTP response header.final inthashCode()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.StrictTransportSecurityPropertyA number that CloudFront uses as the value for themax-agedirective in theStrict-Transport-SecurityHTTP response header.- Specified by:
getAccessControlMaxAgeSecin interfaceCfnResponseHeadersPolicy.StrictTransportSecurityProperty
-
getOverride
Description copied from interface:CfnResponseHeadersPolicy.StrictTransportSecurityPropertyA Boolean that determines whether CloudFront overrides theStrict-Transport-SecurityHTTP response header received from the origin with the one specified in this response headers policy.- Specified by:
getOverridein interfaceCfnResponseHeadersPolicy.StrictTransportSecurityProperty
-
getIncludeSubdomains
Description copied from interface:CfnResponseHeadersPolicy.StrictTransportSecurityPropertyA Boolean that determines whether CloudFront includes theincludeSubDomainsdirective in theStrict-Transport-SecurityHTTP response header.- Specified by:
getIncludeSubdomainsin interfaceCfnResponseHeadersPolicy.StrictTransportSecurityProperty
-
getPreload
Description copied from interface:CfnResponseHeadersPolicy.StrictTransportSecurityPropertyA Boolean that determines whether CloudFront includes thepreloaddirective in theStrict-Transport-SecurityHTTP response header.- Specified by:
getPreloadin interfaceCfnResponseHeadersPolicy.StrictTransportSecurityProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-