@Stability(value=Stable) @Internal public static final class CfnResponseHeadersPolicy.ReferrerPolicyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResponseHeadersPolicy.ReferrerPolicyProperty
CfnResponseHeadersPolicy.ReferrerPolicyProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnResponseHeadersPolicy.ReferrerPolicyProperty.Builder, CfnResponseHeadersPolicy.ReferrerPolicyProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnResponseHeadersPolicy.ReferrerPolicyProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnResponseHeadersPolicy.AccessControlAllowHeadersProperty.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getOverride()
A Boolean that determines whether CloudFront overrides the `Referrer-Policy` HTTP response header received from the origin with the one specified in this response headers policy.
|
String |
getReferrerPolicy()
The value of the `Referrer-Policy` HTTP response header.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(CfnResponseHeadersPolicy.ReferrerPolicyProperty.Builder builder)
CfnResponseHeadersPolicy.AccessControlAllowHeadersProperty.Builder
.public final Object getOverride()
CfnResponseHeadersPolicy.ReferrerPolicyProperty
getOverride
in interface CfnResponseHeadersPolicy.ReferrerPolicyProperty
public final String getReferrerPolicy()
CfnResponseHeadersPolicy.ReferrerPolicyProperty
no-referrer
no-referrer-when-downgrade
origin
origin-when-cross-origin
same-origin
strict-origin
strict-origin-when-cross-origin
unsafe-url
For more information about these values, see Referrer-Policy in the MDN Web Docs.
getReferrerPolicy
in interface CfnResponseHeadersPolicy.ReferrerPolicyProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.