Scheduled Query S3Configuration Args
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
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.