S3FilesConfig

Setting controls how your function accesses data from an Amazon S3 file system.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies if a function reads from the file system for the lowest latency, or through Amazon S3 Files feature "direct Amazon S3 bucket reads" for the highest throughput. Valid values:

Functions

Link copied to clipboard
inline fun copy(block: S3FilesConfig.Builder.() -> Unit = {}): S3FilesConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String