@Stability(value=Experimental) @Internal public static final class S3OriginProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3OriginProps
S3OriginPropssoftware.amazon.jsii.JsiiObject.InitializationModeS3OriginProps.Builder, S3OriginProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IOriginAccessIdentity originAccessIdentity,
String originPath)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IOriginAccessIdentity |
getOriginAccessIdentity()
(experimental) An optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.
|
String |
getOriginPath()
(experimental) An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin.
|
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(IOriginAccessIdentity originAccessIdentity, String originPath)
S3OriginProps.Builder.public final IOriginAccessIdentity getOriginAccessIdentity()
S3OriginPropsDefault: - An Origin Access Identity will be created.
getOriginAccessIdentity in interface S3OriginPropspublic final String getOriginPath()
S3OriginPropsMust begin, but not end, with '/' (e.g., '/production/images').
Default: '/'
getOriginPath in interface S3OriginProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.