ScheduledQueryS3Configuration

data class ScheduledQueryS3Configuration(val bucketName: String, val encryptionOption: ScheduledQueryEncryptionOption? = null, val objectKeyPrefix: String? = null)

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

Constructors

Link copied to clipboard
constructor(bucketName: String, encryptionOption: ScheduledQueryEncryptionOption? = null, objectKeyPrefix: String? = null)

Types

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
val objectKeyPrefix: String? = null

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