@Stability(value=Stable) @Internal public static final class CfnDistribution.OriginShieldProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDistribution.OriginShieldProperty
CfnDistribution.OriginShieldPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDistribution.OriginShieldProperty.Builder, CfnDistribution.OriginShieldProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDistribution.OriginShieldProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDistribution.CacheBehaviorProperty.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 |
getEnabled()
A flag that specifies whether Origin Shield is enabled.
|
String |
getOriginShieldRegion()
The AWS Region for Origin Shield.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDistribution.OriginShieldProperty.Builder builder)
CfnDistribution.CacheBehaviorProperty.Builder.public final Object getEnabled()
CfnDistribution.OriginShieldPropertyWhen it’s enabled, CloudFront routes all requests through Origin Shield, which can help protect your origin. When it’s disabled, CloudFront might send requests directly to your origin from multiple edge locations or regional edge caches.
getEnabled in interface CfnDistribution.OriginShieldPropertypublic final String getOriginShieldRegion()
CfnDistribution.OriginShieldProperty
Specify the AWS Region that has the lowest latency to your origin. To specify a region, use the region code, not the region name. For example, specify the US East (Ohio) region as us-east-2 .
When you enable CloudFront Origin Shield, you must specify the AWS Region for Origin Shield. For the list of AWS Regions that you can specify, and for help choosing the best Region for your origin, see Choosing the AWS Region for Origin Shield in the Amazon CloudFront Developer Guide .
getOriginShieldRegion in interface CfnDistribution.OriginShieldProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.