Uses of Class
software.amazon.awscdk.services.lambda.DirectS3Read
Packages that use DirectS3Read
-
Uses of DirectS3Read in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return DirectS3ReadModifier and TypeMethodDescriptionstatic DirectS3ReadDirectS3Read.auto()Let the service decide whether to use direct S3 read based on the function's memory configuration: direct reads are active for functions with 512 MB or more of memory.static DirectS3ReadDirectS3Read.disabled()Disable direct S3 read;static DirectS3ReadEnable direct S3 reads, bypassing the mount for higher throughput, and grant the function's execution roles3:GetObjectands3:GetObjectVersionon the bucket's objects so that direct reads can succeed.static DirectS3ReadDirectS3Read.enabledWithoutGrant()Enable direct S3 reads, bypassing the mount for higher throughput, without adding any S3 read permissions.default DirectS3ReadS3FilesOptions.getDirectS3Read()The DirectS3Read configuration for the S3 Files filesystem.final DirectS3ReadS3FilesOptions.Jsii$Proxy.getDirectS3Read()Methods in software.amazon.awscdk.services.lambda with parameters of type DirectS3ReadModifier and TypeMethodDescriptionS3FilesOptions.Builder.directS3Read(DirectS3Read directS3Read) Sets the value ofS3FilesOptions.getDirectS3Read()