@Stability(value=Stable) @Internal public static final class S3OriginConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3OriginConfig
S3OriginConfigsoftware.amazon.jsii.JsiiObject.InitializationModeS3OriginConfig.Builder, S3OriginConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(S3OriginConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
S3OriginConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IOriginAccessIdentity |
getOriginAccessIdentity()
The optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.
|
Map<String,String> |
getOriginHeaders()
Any additional headers to pass to the origin.
|
String |
getOriginPath()
The relative path to the origin root to use for sources.
|
String |
getOriginShieldRegion()
When you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance.
|
IBucket |
getS3BucketSource()
The source bucket to serve content from.
|
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(S3OriginConfig.Builder builder)
S3OriginConfig.Builder.public final IBucket getS3BucketSource()
S3OriginConfiggetS3BucketSource in interface S3OriginConfigpublic final IOriginAccessIdentity getOriginAccessIdentity()
S3OriginConfigDefault: No Origin Access Identity which requires the S3 bucket to be public accessible
getOriginAccessIdentity in interface S3OriginConfigpublic final Map<String,String> getOriginHeaders()
S3OriginConfigDefault: - No additional headers are passed.
getOriginHeaders in interface S3OriginConfigpublic final String getOriginPath()
S3OriginConfigDefault: /
getOriginPath in interface S3OriginConfigpublic final String getOriginShieldRegion()
S3OriginConfigDefault: - origin shield not enabled
getOriginShieldRegion in interface S3OriginConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.