S3Configuration

Configuration details for delivering scheduled query results to an Amazon S3 bucket.

Types

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

Properties

Link copied to clipboard

The S3 URI where query results will be stored (e.g., s3://bucket-name/prefix/).

Link copied to clipboard

The ARN of the IAM role that CloudWatch Logs will assume to write results to the S3 bucket.

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