@Stability(value=Experimental) @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(IBucket s3BucketSource,
IOriginAccessIdentity originAccessIdentity,
Map<String,String> originHeaders,
String originPath)
Constructor that initializes the object based on literal property values passed by the
S3OriginConfig.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) |
IOriginAccessIdentity |
getOriginAccessIdentity()
(experimental) The optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.
|
Map<String,String> |
getOriginHeaders()
(experimental) Any additional headers to pass to the origin.
|
String |
getOriginPath()
(experimental) The relative path to the origin root to use for sources.
|
IBucket |
getS3BucketSource()
(experimental) 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(IBucket s3BucketSource, IOriginAccessIdentity originAccessIdentity, Map<String,String> originHeaders, String originPath)
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 S3OriginConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.