public static final class S3OriginConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3OriginConfig
S3OriginConfig
S3OriginConfig.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
IOriginAccessIdentity |
getOriginAccessIdentity()
The optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.
|
java.util.Map<java.lang.String,java.lang.String> |
getOriginHeaders()
Any additional headers to pass to the origin.
|
java.lang.String |
getOriginPath()
The relative path to the origin root to use for sources.
|
java.lang.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() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IBucket getS3BucketSource()
S3OriginConfig
getS3BucketSource
in interface S3OriginConfig
public final IOriginAccessIdentity getOriginAccessIdentity()
S3OriginConfig
Default: No Origin Access Identity which requires the S3 bucket to be public accessible
getOriginAccessIdentity
in interface S3OriginConfig
public final java.util.Map<java.lang.String,java.lang.String> getOriginHeaders()
S3OriginConfig
Default: - No additional headers are passed.
getOriginHeaders
in interface S3OriginConfig
public final java.lang.String getOriginPath()
S3OriginConfig
Default: /
getOriginPath
in interface S3OriginConfig
public final java.lang.String getOriginShieldRegion()
S3OriginConfig
Default: - origin shield not enabled
getOriginShieldRegion
in interface S3OriginConfig
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()