S3Configuration

Provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 bucket, the ARN of the IAM role that is used to access the bucket, and the name of the Amazon S3 object that contains the data.

Types

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

Properties

Link copied to clipboard

ARN of the S3 bucket that contains the data.

Link copied to clipboard

The name of the object that contains the data.

Link copied to clipboard

IAM ARN of the role used to access the data.

Functions

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