Class OriginOptions.Jsii$Proxy

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

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

    OriginOptions.Builder, OriginOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the OriginOptions.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Number
    The number of times that CloudFront attempts to connect to the origin;
    final Duration
    The number of seconds that CloudFront waits when trying to establish a connection to the origin.
    A list of HTTP header names and values that CloudFront adds to requests it sends to the origin.
    final String
    The unique identifier of an origin access control for this origin.
    final String
    A unique identifier for the origin.
    final Boolean
    Origin Shield is enabled by setting originShieldRegion to a valid region, after this to disable Origin Shield again you must set this flag to false.
    final String
    When you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance.
    final Duration
    The time that a request from CloudFront to the origin can stay open and wait for a response.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait