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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.S3OriginConfig
S3OriginConfig.Builder, S3OriginConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(S3OriginConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theS3OriginConfig.Builder.protectedJsii$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.JsonNodefinal booleanfinal IOriginAccessIdentityThe 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 StringThe relative path to the origin root to use for sources.final StringWhen you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance.final IBucketThe source bucket to serve content from.final inthashCode()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:S3OriginConfigThe source bucket to serve content from.- Specified by:
getS3BucketSourcein interfaceS3OriginConfig
-
getOriginAccessIdentity
Description copied from interface:S3OriginConfigThe 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:
getOriginAccessIdentityin interfaceS3OriginConfig
-
getOriginHeaders
Description copied from interface:S3OriginConfigAny additional headers to pass to the origin.Default: - No additional headers are passed.
- Specified by:
getOriginHeadersin interfaceS3OriginConfig
-
getOriginPath
Description copied from interface:S3OriginConfigThe relative path to the origin root to use for sources.Default: /
- Specified by:
getOriginPathin interfaceS3OriginConfig
-
getOriginShieldRegion
Description copied from interface:S3OriginConfigWhen 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:
getOriginShieldRegionin interfaceS3OriginConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-