Class CfnDistribution.OriginShieldProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnDistribution.OriginShieldProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDistribution.OriginShieldProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDistribution.OriginShieldProperty

@Stability(Stable) @Internal public static final class CfnDistribution.OriginShieldProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDistribution.OriginShieldProperty
  • 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

      protected Jsii$Proxy(CfnDistribution.OriginShieldProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDistribution.OriginShieldProperty.Builder.
  • Method Details

    • getEnabled

      public final Object getEnabled()
      Description copied from interface: CfnDistribution.OriginShieldProperty
      A flag that specifies whether Origin Shield is enabled.

      When 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.

      Specified by:
      getEnabled in interface CfnDistribution.OriginShieldProperty
    • getOriginShieldRegion

      public final String getOriginShieldRegion()
      Description copied from interface: CfnDistribution.OriginShieldProperty
      The AWS Region for Origin Shield.

      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 .

      Specified by:
      getOriginShieldRegion in interface CfnDistribution.OriginShieldProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object