S3Configuration

Details on S3 location for error reports that result from running a query.

Types

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

Properties

Link copied to clipboard

Name of the S3 bucket under which error reports will be created.

Link copied to clipboard

Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.

Link copied to clipboard

Prefix for the error report key. Timestream by default adds the following prefix to the error report path.

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