S3Configuration

For a SQL-based Kinesis Data Analytics application, provides a description of an Amazon S3 data source, including the Amazon Resource Name (ARN) of the S3 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

The ARN of the S3 bucket that contains the data.

Link copied to clipboard

The name of the object that contains 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