ScheduledQueryErrorReportConfigurationS3ConfigurationArgs

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

Constructors

constructor(bucketName: Output<String>, encryptionOption: Output<String>? = 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
val encryptionOption: Output<String>? = null

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

Link copied to clipboard
val objectKeyPrefix: Output<String>? = null

Prefix for the error report key.

Functions

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