S3SourceConfig

Contains information about the configuration of the S3 bucket that contains source files.

Types

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

Properties

Link copied to clipboard

Contains information about a source file's formatting.

Link copied to clipboard

A list of paths to the historical data files.

Link copied to clipboard

The ARN of an IAM role that has read and write access permissions to the source S3 bucket.

Link copied to clipboard

A list of templated paths to the source files.

Functions

Link copied to clipboard
inline fun copy(block: S3SourceConfig.Builder.() -> Unit = {}): S3SourceConfig
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