Class S3OriginConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.S3OriginConfig.Jsii$Proxy
- All Implemented Interfaces:
S3OriginConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
S3OriginConfig
@Stability(Stable)
@Internal
public static final class S3OriginConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements S3OriginConfig
An implementation for
S3OriginConfig
-
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.S3OriginConfig
S3OriginConfig.Builder, S3OriginConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(S3OriginConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theS3OriginConfig.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final IOriginAccessIdentity
The optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.Any additional headers to pass to the origin.final String
The relative path to the origin root to use for sources.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 IBucket
The source bucket to serve content from.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theS3OriginConfig.Builder
.
-
-
Method Details
-
getS3BucketSource
Description copied from interface:S3OriginConfig
The source bucket to serve content from.- Specified by:
getS3BucketSource
in interfaceS3OriginConfig
-
getOriginAccessIdentity
Description copied from interface:S3OriginConfig
The optional Origin Access Identity of the origin identity cloudfront will use when calling your s3 bucket.Default: No Origin Access Identity which requires the S3 bucket to be public accessible
- Specified by:
getOriginAccessIdentity
in interfaceS3OriginConfig
-
getOriginHeaders
Description copied from interface:S3OriginConfig
Any additional headers to pass to the origin.Default: - No additional headers are passed.
- Specified by:
getOriginHeaders
in interfaceS3OriginConfig
-
getOriginPath
Description copied from interface:S3OriginConfig
The relative path to the origin root to use for sources.Default: /
- Specified by:
getOriginPath
in interfaceS3OriginConfig
-
getOriginShieldRegion
Description copied from interface:S3OriginConfig
When you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance.Default: - origin shield not enabled
- Specified by:
getOriginShieldRegion
in interfaceS3OriginConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-