ScheduledQueryS3ConfigurationArgs

data class ScheduledQueryS3ConfigurationArgs(val bucketName: Output<String>, val encryptionOption: Output<ScheduledQueryEncryptionOption>? = null, val objectKeyPrefix: Output<String>? = null) : ConvertibleToJava<ScheduledQueryS3ConfigurationArgs>

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

Constructors

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

Properties

Link copied to clipboard
val bucketName: Output<String>

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

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

Functions

Link copied to clipboard
open override fun toJava(): ScheduledQueryS3ConfigurationArgs