Class S3FilesOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.S3FilesOptions.Jsii$Proxy
- All Implemented Interfaces:
S3FilesOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
S3FilesOptions
@Stability(Stable)
@Internal
public static final class S3FilesOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements S3FilesOptions
An implementation for
S3FilesOptions-
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.lambda.S3FilesOptions
S3FilesOptions.Builder, S3FilesOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(S3FilesOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theS3FilesOptions.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 DirectS3ReadThe DirectS3Read configuration for the S3 Files filesystem.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 theS3FilesOptions.Builder.
-
-
Method Details
-
getDirectS3Read
Description copied from interface:S3FilesOptionsThe DirectS3Read configuration for the S3 Files filesystem.Use
DirectS3Read.enabled(bucket),DirectS3Read.enabledWithoutGrant(),DirectS3Read.auto(), orDirectS3Read.disabled()to control whether Lambda reads objects directly from S3 instead of through the mount.Default: - DirectS3Read is not set. The service default is AUTO.
- Specified by:
getDirectS3Readin interfaceS3FilesOptions
-
$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()
-