Class S3OriginProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the S3OriginProps.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.
    An optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.
    final String
    A unique identifier for the origin.
    final String
    An optional path that CloudFront appends to the origin domain name when CloudFront requests content from 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
  • 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(S3OriginProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the S3OriginProps.Builder.
  • Method Details