S3Configuration

Configuration for Amazon S3 destination where scheduled query results are delivered.

Types

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

Properties

Link copied to clipboard

The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket.

Link copied to clipboard

The Amazon Web Services accountId for the bucket owning account.

Link copied to clipboard

The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.

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